mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #5412] Support stand-alone vector database #117286
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).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5412
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.