mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-14 19:16:08 -05:00
feat: batch document tagging #278
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 @vrdeeznuts on GitHub (Feb 8, 2024).
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
Not necessarily a problem, but similar to issue #655 in that documents can be given tags one by one. However, when uploading several documents, it takes some time to add tags to each one. It would be cool to be able to create tags outside of an individual document, and then be able to upload documents with the tag selected, automatically tagging all documents with the current tag that are dragged and dropped or uploaded with the tag context.
The current workflow looks like this:
Describe the solution you'd like
I think it would be useful if an admin could create tags on the My Documents page without having to select a document first.
New potential workflow:
Describe alternatives you've considered
Another way to go about this is to be able to upload folders, using the folder name as a tag. Or, uploading a folder containing subdirectories could tag all documents with folder/subdir names.
Example: I have a folder called my_documents/ that has 3 subdirectories [2022, 2023, 2024], and each subdir has a set of documents. By uploading the my_documents/ folder, all documents will have the my_documents tag. Each document in its respective subdir will have the 2022, 2023, or 2024 tag as well. The end result is that all documents will have 2 tags (my_documents and 202X tag).
Additional context
Just want to thank you again for the amazing work you're doing!
@AroSwift commented on GitHub (Feb 15, 2024):
This would be extremely helpful 💯