mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
[GH-ISSUE #8417] enh: show complete collection name on hovering over it & mark already selected collections #15116
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 @VfBfoerst on GitHub (Jan 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8417
Feature Request
Hello :)
It would be very nice if it was possible to show the complete collection name when hovering over the collection name in the model creation section (workspace -> models). Additionally it would be nice if already for the model selected collections would be marked to maintain clarity and not get lost while having so many collections.
Is your feature request related to a problem? Please describe.

The hovering-part:
My collections have a very long name, which will be cut in the model section. E.g.:
So with hovering i could check if all the collections I want are selected.
The marking part:
I have a lot of collections, so marking the already selected would lead to a more streamlined and organized process for adding collections.
Describe the solution you'd like

A possible solution would be:
Describe alternatives you've considered
Instead of marking, a possible alternative would be to not show the already selected collections any more in the selection field, so it won't be able to add them twice at all.
Thank you very much! :)