Original PR: https://github.com/open-webui/open-webui/pull/5312 Author: @tjbck Created: 9/10/2024 Status: ✅ Merged Merged: 9/12/2024 Merged by: @tjbck
Base: dev ← Head: multiple-vector-dbs
dev
multiple-vector-dbs
d5f13dd
522afbb
0886b3a
4775fe4
10 files changed (+387 additions, -127 deletions)
📝 backend/open_webui/apps/rag/main.py (+16 -19) 📝 backend/open_webui/apps/rag/utils.py (+52 -52) 📝 backend/open_webui/apps/rag/vector/connector.py (+8 -2) 📝 backend/open_webui/apps/rag/vector/dbs/chroma.py (+69 -14) 📝 backend/open_webui/apps/rag/vector/dbs/milvus.py (+175 -0) ➕ backend/open_webui/apps/rag/vector/main.py (+16 -0) 📝 backend/open_webui/apps/webui/routers/memories.py (+44 -40) 📝 backend/open_webui/config.py (+4 -0) 📝 backend/requirements.txt (+2 -0) 📝 pyproject.toml (+1 -0)
backend/open_webui/apps/rag/main.py
backend/open_webui/apps/rag/utils.py
backend/open_webui/apps/rag/vector/connector.py
backend/open_webui/apps/rag/vector/dbs/chroma.py
backend/open_webui/apps/rag/vector/dbs/milvus.py
backend/open_webui/apps/rag/vector/main.py
backend/open_webui/apps/webui/routers/memories.py
backend/open_webui/config.py
backend/requirements.txt
pyproject.toml
#4839
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5312
Author: @tjbck
Created: 9/10/2024
Status: ✅ Merged
Merged: 9/12/2024
Merged by: @tjbck
Base:
dev← Head:multiple-vector-dbs📝 Commits (4)
d5f13ddMerge pull request #5311 from open-webui/dev522afbbrefac0886b3arefac: comments4775fe4feat: milvus support📊 Changes
10 files changed (+387 additions, -127 deletions)
View changed files
📝
backend/open_webui/apps/rag/main.py(+16 -19)📝
backend/open_webui/apps/rag/utils.py(+52 -52)📝
backend/open_webui/apps/rag/vector/connector.py(+8 -2)📝
backend/open_webui/apps/rag/vector/dbs/chroma.py(+69 -14)📝
backend/open_webui/apps/rag/vector/dbs/milvus.py(+175 -0)➕
backend/open_webui/apps/rag/vector/main.py(+16 -0)📝
backend/open_webui/apps/webui/routers/memories.py(+44 -40)📝
backend/open_webui/config.py(+4 -0)📝
backend/requirements.txt(+2 -0)📝
pyproject.toml(+1 -0)📄 Description
#4839
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.