mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #5312] [MERGED] feat: various vector db support #8462
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?
📋 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.