[PR #5312] [MERGED] feat: various vector db support #8462

Closed
opened 2025-11-11 17:57:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: devHead: multiple-vector-dbs


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/5312 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/10/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `multiple-vector-dbs` --- ### 📝 Commits (4) - [`d5f13dd`](https://github.com/open-webui/open-webui/commit/d5f13dd9e07a6e9eb842b9e5adcca5259c680f32) Merge pull request #5311 from open-webui/dev - [`522afbb`](https://github.com/open-webui/open-webui/commit/522afbb0a00aa3c688fe5560a48b53cff8f110c3) refac - [`0886b3a`](https://github.com/open-webui/open-webui/commit/0886b3a0a467517c462abae73cbf1dc6ee94d179) refac: comments - [`4775fe4`](https://github.com/open-webui/open-webui/commit/4775fe43d8d7e1088e9e3730a82e2caf911622be) feat: milvus support ### 📊 Changes **10 files changed** (+387 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description #4839 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:57:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8462