[PR #1302] [MERGED] Feat/add milvus vector db #22992

Closed
opened 2026-02-21 20:20:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/1302
Author: @JohnJyong
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @JohnJyong

Base: mainHead: feat/add-milvus-vector-db


📝 Commits (5)

  • 2ae718b milvus_vector_index
  • 5b99cfa milvus support
  • 69ead85 Merge branch 'main' into feat/add-milvus-vector-db
  • bc43273 milvus support
  • 529a17b add milvus docker compose configration

📊 Changes

8 files changed (+1055 additions, -64 deletions)

View changed files

📝 api/.env.example (+7 -0)
📝 api/config.py (+8 -0)
api/core/index/vector_index/milvus.py (+860 -0)
📝 api/core/index/vector_index/milvus_vector_index.py (+69 -40)
📝 api/core/index/vector_index/vector_index.py (+14 -0)
📝 api/core/vector_store/milvus_vector_store.py (+31 -23)
📝 api/requirements.txt (+2 -1)
docker/milvus-standalone-docker-compose.yml (+64 -0)

📄 Description

add milvus vector DB support


🔄 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/langgenius/dify/pull/1302 **Author:** [@JohnJyong](https://github.com/JohnJyong) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@JohnJyong](https://github.com/JohnJyong) **Base:** `main` ← **Head:** `feat/add-milvus-vector-db` --- ### 📝 Commits (5) - [`2ae718b`](https://github.com/langgenius/dify/commit/2ae718bd00635d5cf01d6a0b216e11f0a497ebb1) milvus_vector_index - [`5b99cfa`](https://github.com/langgenius/dify/commit/5b99cfa3fee0753b88ed4ec0bab521aaf1693f37) milvus support - [`69ead85`](https://github.com/langgenius/dify/commit/69ead85bcc9f8b42d24682749d6fea6769f56803) Merge branch 'main' into feat/add-milvus-vector-db - [`bc43273`](https://github.com/langgenius/dify/commit/bc43273a9ee9c24195c0b582184225824e73683a) milvus support - [`529a17b`](https://github.com/langgenius/dify/commit/529a17b3a4a4b931b68212c9f1d0945d4c6e55c6) add milvus docker compose configration ### 📊 Changes **8 files changed** (+1055 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `api/.env.example` (+7 -0) 📝 `api/config.py` (+8 -0) ➕ `api/core/index/vector_index/milvus.py` (+860 -0) 📝 `api/core/index/vector_index/milvus_vector_index.py` (+69 -40) 📝 `api/core/index/vector_index/vector_index.py` (+14 -0) 📝 `api/core/vector_store/milvus_vector_store.py` (+31 -23) 📝 `api/requirements.txt` (+2 -1) ➕ `docker/milvus-standalone-docker-compose.yml` (+64 -0) </details> ### 📄 Description add milvus vector DB support --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:20:13 -05:00
yindo closed this issue 2026-02-21 20:20:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22992