[PR #3333] [CLOSED] FEAT: Add chroma cloud support #4264

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3333
Author: @tonytrill
Created: 2/24/2025
Status: Closed

Base: masterHead: 3331-feat-add-chroma-cloud


📝 Commits (5)

  • 17547e5 feat: add chroma cloud support
  • 1b644fd add documentation on anything-llm server
  • d9702e8 docs: update chroma docs with signup url
  • 64d8fa1 fix: fix merge conflicts
  • fb5bfa5 chore: remove unused import

📊 Changes

6 files changed (+139 additions, -14 deletions)

View changed files

📝 frontend/src/components/VectorDBSelection/ChromaDBOptions/index.jsx (+79 -4)
📝 server/.env.example (+3 -0)
📝 server/models/systemSettings.js (+3 -0)
📝 server/utils/helpers/updateENV.js (+13 -0)
📝 server/utils/vectorDbProviders/chroma/CHROMA_SETUP.md (+26 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+15 -10)

📄 Description

Pull Request Type

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

Relevant Issues

resolves #3331

What is in this change?

This change adds support for Chroma Cloud as a document and embedding storage.

Additional Information

  • Updated chromadb package to latest
  • Made use of existing backend client
  • Made use of existing frontend styles

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/3333 **Author:** [@tonytrill](https://github.com/tonytrill) **Created:** 2/24/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `3331-feat-add-chroma-cloud` --- ### 📝 Commits (5) - [`17547e5`](https://github.com/Mintplex-Labs/anything-llm/commit/17547e5030b396f7e1c2123d69706454d6e5ae57) feat: add chroma cloud support - [`1b644fd`](https://github.com/Mintplex-Labs/anything-llm/commit/1b644fd719ceb4402e565bab2dfcf2a49b0acce5) add documentation on anything-llm server - [`d9702e8`](https://github.com/Mintplex-Labs/anything-llm/commit/d9702e80774fcc79681570fcb90c78dcf9c9b883) docs: update chroma docs with signup url - [`64d8fa1`](https://github.com/Mintplex-Labs/anything-llm/commit/64d8fa16d09f1528108ce5dd4e8dcef5b140ffbf) fix: fix merge conflicts - [`fb5bfa5`](https://github.com/Mintplex-Labs/anything-llm/commit/fb5bfa5fa85c44db3db365a1900115b5d8e4df48) chore: remove unused import ### 📊 Changes **6 files changed** (+139 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/VectorDBSelection/ChromaDBOptions/index.jsx` (+79 -4) 📝 `server/.env.example` (+3 -0) 📝 `server/models/systemSettings.js` (+3 -0) 📝 `server/utils/helpers/updateENV.js` (+13 -0) 📝 `server/utils/vectorDbProviders/chroma/CHROMA_SETUP.md` (+26 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+15 -10) </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### Relevant Issues resolves #3331 ### What is in this change? This change adds support for Chroma Cloud as a document and embedding storage. ### Additional Information - Updated `chromadb` package to latest - Made use of existing backend client - Made use of existing frontend styles ### Developer Validations - [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:35:28 -05:00
yindo closed this issue 2026-02-22 18:35:29 -05:00
yindo changed title from [PR #3333] FEAT: Add chroma cloud support to [PR #3333] [CLOSED] FEAT: Add chroma cloud support 2026-06-05 15:17:41 -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#4264