[PR #4749] [MERGED] Refactor Zilliz Cloud vector DB provider #4746

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4749
Author: @shatfield4
Created: 12/9/2025
Status: Merged
Merged: 12/10/2025
Merged by: @timothycarambat

Base: vectordb-class-migrationHead: vectordb-class-migration-refactor-zilliz


📝 Commits (5)

  • 99978f5 simplify zilliz implementation by using milvus as base class
  • 2c24aeb Merge branch 'master' into vectordb-class-migration-refactor-zilliz
  • 8c6373a Merge branch 'vectordb-class-migration' into vectordb-class-migration-refactor-zilliz
  • 66cb908 Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into vectordb-class-migration-refactor-zilliz
  • 2c9a2e8 Merge branch 'vectordb-class-migration' of github.com:Mintplex-Labs/anything-llm into vectordb-class-migration-refactor-zilliz

📊 Changes

2 files changed (+19 additions, -407 deletions)

View changed files

📝 server/utils/vectorDbProviders/milvus/index.js (+8 -8)
📝 server/utils/vectorDbProviders/zilliz/index.js (+11 -399)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4708

What is in this change?

  • Refactors Zilliz Cloud vector DB provider by using Milvus as a base class
  • Removes all duplicated functions from Zilliz Cloud provider
  • Updates logs to use this.name in Milvus provider to allow for correct logging messages

Additional Information

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/4749 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 12/9/2025 **Status:** ✅ Merged **Merged:** 12/10/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `vectordb-class-migration` ← **Head:** `vectordb-class-migration-refactor-zilliz` --- ### 📝 Commits (5) - [`99978f5`](https://github.com/Mintplex-Labs/anything-llm/commit/99978f5675c74425c414630ec9d0d204b8cc63dd) simplify zilliz implementation by using milvus as base class - [`2c24aeb`](https://github.com/Mintplex-Labs/anything-llm/commit/2c24aeb4bbf1e30eae9b16218c7c2d2540fbfecc) Merge branch 'master' into vectordb-class-migration-refactor-zilliz - [`8c6373a`](https://github.com/Mintplex-Labs/anything-llm/commit/8c6373ae8425103e20a613df98623f5a2fbc0315) Merge branch 'vectordb-class-migration' into vectordb-class-migration-refactor-zilliz - [`66cb908`](https://github.com/Mintplex-Labs/anything-llm/commit/66cb908166a2839225f39ba39b4eb51b0b5be388) Merge branch 'master' of github.com:Mintplex-Labs/anything-llm into vectordb-class-migration-refactor-zilliz - [`2c9a2e8`](https://github.com/Mintplex-Labs/anything-llm/commit/2c9a2e878d3dc3b09dddbd7cae75047563899b98) Merge branch 'vectordb-class-migration' of github.com:Mintplex-Labs/anything-llm into vectordb-class-migration-refactor-zilliz ### 📊 Changes **2 files changed** (+19 additions, -407 deletions) <details> <summary>View changed files</summary> 📝 `server/utils/vectorDbProviders/milvus/index.js` (+8 -8) 📝 `server/utils/vectorDbProviders/zilliz/index.js` (+11 -399) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [x] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4708 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Refactors Zilliz Cloud vector DB provider by using Milvus as a base class - Removes all duplicated functions from Zilliz Cloud provider - Updates logs to use `this.name` in Milvus provider to allow for correct logging messages ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### 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:36:27 -05:00
yindo closed this issue 2026-02-22 18:36:27 -05:00
yindo changed title from [PR #4749] Refactor Zilliz Cloud vector DB provider to [PR #4749] [MERGED] Refactor Zilliz Cloud vector DB provider 2026-06-05 15:20:10 -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#4746