mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #5062] Tagging existing documents in batch. #52510
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 @LumenYoung on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5062
Is your feature request related to a problem? Please describe.
Currently the documents that has been uploaded doesn't have a efficient way to add tag in batch. You have to add tag for each individual document. This means that trying to add new tags to group existing documents is extremely manual , time consuming and repetitive.
Since there could be many cases you want to query a group of documents, and therefore you want to add tag to multiple documents so that you can use
#to query them all, tagging is a very frequently used action therefore deserve better interface for efficient editing.Describe the solution you'd like
Since there is already the multi selection and you can delete documents when multiple files are selected, it would be straight forward if we can add an additional button "add tag" when in multi-selection and allow to add multiple tags in the pop up window.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@tjbck commented on GitHub (Sep 2, 2024):
#3527