mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 01:54:38 -05:00
Backend RAG support, bulk documents. #745
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 @aamir-gmail on GitHub (Apr 27, 2024).
What would make a great addition to this , would be a RAG backed to load bulk documents . The way to do this would simply mount an external volume to the docker image. This way initial emedding are created when launching the docker for the first time .Then have a file watcher to load up any new document which are added to the external directory that is without doing this manually all this time . All documents are avaiable to all users of Web-UI for RAG use. While the other option of loading documents through the Web-UI is still there however private to that users only.
When using this feature UI should provide the sources as links as to which particular document it is gerting the information from.
Thank you.