[PR #4273] [MERGED] Chroma Cloud vector db provider #4575

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

📋 Pull Request Information

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

Base: masterHead: 4249-chroma-cloud-vector-db-provider


📝 Commits (5)

  • c3240be add chroma cloud as new vector db provider
  • 1e4102b update docker example env
  • 7ea3467 extend chroma class to chroma cloud
  • 656891c update readme
  • c714194 Merge branch 'master' into 4249-chroma-cloud-vector-db-provider

📊 Changes

10 files changed (+136 additions, -2 deletions)

View changed files

📝 README.md (+1 -1)
📝 docker/.env.example (+6 -0)
frontend/src/components/VectorDBSelection/ChromaCloudOptions/index.jsx (+53 -0)
📝 frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx (+9 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx (+8 -0)
📝 server/.env.example (+6 -0)
📝 server/models/systemSettings.js (+5 -0)
📝 server/utils/helpers/index.js (+4 -1)
📝 server/utils/helpers/updateENV.js (+15 -0)
server/utils/vectorDbProviders/chromacloud/index.js (+29 -0)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #4249
closes #3333

What is in this change?

  • Adds Chroma Cloud vector DB provider
  • Extends Chroma class since both providers use the same functions

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/4273 **Author:** [@shatfield4](https://github.com/shatfield4) **Created:** 8/11/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `4249-chroma-cloud-vector-db-provider` --- ### 📝 Commits (5) - [`c3240be`](https://github.com/Mintplex-Labs/anything-llm/commit/c3240bea82920b7f7b77d2f7ac8984303479b1a9) add chroma cloud as new vector db provider - [`1e4102b`](https://github.com/Mintplex-Labs/anything-llm/commit/1e4102bc1bf2984e318efff348ad9528b489f694) update docker example env - [`7ea3467`](https://github.com/Mintplex-Labs/anything-llm/commit/7ea3467b77b55ea37bc3618631034a3c461b0085) extend chroma class to chroma cloud - [`656891c`](https://github.com/Mintplex-Labs/anything-llm/commit/656891c32fa7966d8497a98b1ff591a92b779a31) update readme - [`c714194`](https://github.com/Mintplex-Labs/anything-llm/commit/c714194c0093d15650d6690fcce567d48976e147) Merge branch 'master' into 4249-chroma-cloud-vector-db-provider ### 📊 Changes **10 files changed** (+136 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -1) 📝 `docker/.env.example` (+6 -0) ➕ `frontend/src/components/VectorDBSelection/ChromaCloudOptions/index.jsx` (+53 -0) 📝 `frontend/src/pages/GeneralSettings/VectorDatabase/index.jsx` (+9 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/DataHandling/index.jsx` (+8 -0) 📝 `server/.env.example` (+6 -0) 📝 `server/models/systemSettings.js` (+5 -0) 📝 `server/utils/helpers/index.js` (+4 -1) 📝 `server/utils/helpers/updateENV.js` (+15 -0) ➕ `server/utils/vectorDbProviders/chromacloud/index.js` (+29 -0) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #4249 closes #3333 ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> - Adds Chroma Cloud vector DB provider - Extends Chroma class since both providers use the same functions ### 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:06 -05:00
yindo closed this issue 2026-02-22 18:36:06 -05:00
yindo changed title from [PR #4273] Chroma Cloud vector db provider to [PR #4273] [MERGED] Chroma Cloud vector db provider 2026-06-05 15:19:15 -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#4575