[PR #615] [MERGED] feat: Add support for Zilliz Cloud by Milvus #3424

Closed
opened 2026-02-22 18:33:45 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/615
Author: @timothycarambat
Created: 1/17/2024
Status: Merged
Merged: 1/17/2024
Merged by: @timothycarambat

Base: masterHead: zilliz-cloud-support


📝 Commits (3)

  • e6c7f76 feat: Add support for Zilliz Cloud by Milvus
  • 27f891b update placeholder text
  • 1bf9446 update zilliz descriptor

📊 Changes

13 files changed (+466 additions, -2 deletions)

View changed files

📝 .vscode/settings.json (+4 -1)
📝 README.md (+1 -0)
📝 docker/.env.example (+5 -0)
frontend/src/components/VectorDBSelection/ZillizCloudOptions/index.jsx (+38 -0)
frontend/src/media/vectordbs/zilliz.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+10 -1)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/VectorDatabaseConnection/index.jsx (+10 -0)
📝 server/.env.example (+5 -0)
📝 server/models/systemSettings.js (+6 -0)
📝 server/utils/helpers/index.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+11 -0)
server/utils/vectorDbProviders/zilliz/index.js (+365 -0)

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

Adds full support for Zilliz Cloud by Milvus for vector database selection

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/615 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 1/17/2024 **Status:** ✅ Merged **Merged:** 1/17/2024 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `zilliz-cloud-support` --- ### 📝 Commits (3) - [`e6c7f76`](https://github.com/Mintplex-Labs/anything-llm/commit/e6c7f76da9cdb8c2864ef437ff74fe2c60fa5c70) feat: Add support for Zilliz Cloud by Milvus - [`27f891b`](https://github.com/Mintplex-Labs/anything-llm/commit/27f891bcbcf4b400e01d81ce2cf8a04da40b8d63) update placeholder text - [`1bf9446`](https://github.com/Mintplex-Labs/anything-llm/commit/1bf94469c228623aed792956b89a29ce910c01bf) update zilliz descriptor ### 📊 Changes **13 files changed** (+466 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+4 -1) 📝 `README.md` (+1 -0) 📝 `docker/.env.example` (+5 -0) ➕ `frontend/src/components/VectorDBSelection/ZillizCloudOptions/index.jsx` (+38 -0) ➕ `frontend/src/media/vectordbs/zilliz.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+10 -1) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/VectorDatabaseConnection/index.jsx` (+10 -0) 📝 `server/.env.example` (+5 -0) 📝 `server/models/systemSettings.js` (+6 -0) 📝 `server/utils/helpers/index.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+11 -0) ➕ `server/utils/vectorDbProviders/zilliz/index.js` (+365 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? Adds full support for [Zilliz Cloud by Milvus](https://zilliz.com) for vector database selection ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <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-22 18:33:45 -05:00
yindo closed this issue 2026-02-22 18:33:45 -05:00
yindo changed title from [PR #615] feat: Add support for Zilliz Cloud by Milvus to [PR #615] [MERGED] feat: Add support for Zilliz Cloud by Milvus 2026-06-05 15:13:21 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3424