mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #4497] enh: Non-linear conversations #29162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @frederikschubert on GitHub (Aug 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4497
Is your feature request related to a problem? Please describe.
During conversations, I often find myself having side-questions to specific parts of a previous answer that I do not want to keep in the chat because it derails the LLM later on. Thus, I delete the side questions. However, for sharing the chats and in my chat history, I would like to keep the side questions (or side chats).
Describe the solution you'd like
I would like to have an option in the UI to start a sub-thread, starting from a LLM response. This subthread has the conversation up to that point as its context and can be collapsed or expanded in the UI. The subthread is not part of the main conversation.
Describe alternatives you've considered
I use the caret plugin for Obsidian, but would like to have a similar non-linear chat experience in OUI. The UI in OUI has different constraints than the one in Obsidian Canvas but a toned-down variant would already be really helpful.
Additional context

Here is a screenshot of a conversation with Sonnet 3.5 using Caret in Obsidian.