mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 00:13:40 -05:00
[GH-ISSUE #5170] enh: add search bar to document selection in model editor #13882
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 @JTHesse on GitHub (Sep 5, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5170
Originally assigned to: @tjbck on GitHub.
Is your feature request related to a problem? Please describe.
For a large set of documents, the search for a specific document is very tedious. Currently, the user needs to scroll through the whole list to find a document.
Describe the solution you'd like
The dropdown of the document selector in the knowledge section should contain a search bar for filtering documents.
Describe alternatives you've considered
A search component seams to be the best solution.
Additional context

@tjbck commented on GitHub (Oct 5, 2024):
Added to dev!