mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 01:51:58 -05:00
Support stand-alone vector database #2082
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 @DAYUCS on GitHub (Sep 14, 2024).
The built-in RAG in Open WebUI is very impressive and very convenient to use for building RAGs. However, the performance drops significantly when the number of documents increases. Please enhance this feature to also use a stand-alone vector database, which will definitely further expand its scope of application.