mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #3315] enh: improved tags management for chats #51889
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 @nicikiefer on GitHub (Jun 20, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/3315
Is your feature request related to a problem? Please describe.
I currently find it quite cumbersome to add tags to my chats. I always have to type them out myself, the input field is very small and overall the feature could benefit from some enhanced AI.
Describe the solution you'd like
There are multiple things I have in mind that could improve the UX when adding tags
I myself have no clear idea though how to present the tag presentation UI wise as of right now, so take those points above more as rough ideas.
Please let me know if I should clarify any of those points and also feel free to let me know what you think of it
Thanks for your wonderful product and have a nice day!
@TFWol commented on GitHub (Jul 8, 2024):
For this you have to click on the tag input field a second time for it to show a list of your tags, but it would be nice for it to show up automatically though.
I agree that the tag management could be much better. Hopefully those UI quirks are on their radar...
@nicikiefer commented on GitHub (Jul 8, 2024):
I thought it would work like this but a quick inspection revealed that there already is a datalist in place which is holding the previously used tags. That means data structure wise, it already seems to be possible with hopefully not too many changes needed 👍
Yes, I hope so as well, but then again there might be more important things on their list and limited bandwidth.
@Tanote650 commented on GitHub (Jul 13, 2024):
Please, take a look at this Discussion #3776
@TFWol commented on GitHub (Jul 13, 2024):
That isn't what our discussion is about, but I'm not surprised tags are now even buggier; it was finicky as is.
@Keithsc commented on GitHub (Aug 30, 2024):
I would like to tag my chats and think a mini cloud tag popup that would appear when I enable tagging would work well.
You could see all the tags in one view and drag and drop those onto each individual chat would be a useful way of getting people to use tags.
Maybe an auto suggestion for chat tags would be possible ?
@tjbck commented on GitHub (Oct 15, 2024):
Closing in favour of #5997