[PR #260] [MERGED] Add Chroma API Key client support #3267

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/260
Author: @timothycarambat
Created: 9/29/2023
Status: Merged
Merged: 9/29/2023
Merged by: @timothycarambat

Base: masterHead: 259-support-api-chroma


📝 Commits (1)

📊 Changes

8 files changed (+71 additions, -0 deletions)

View changed files

📝 docker/.env.example (+2 -0)
📝 docker/HOW_TO_USE_DOCKER.md (+2 -0)
📝 frontend/src/components/Modals/Settings/VectorDbs/index.jsx (+35 -0)
📝 server/.env.example (+2 -0)
📝 server/models/systemSettings.js (+2 -0)
📝 server/utils/helpers/updateENV.js (+14 -0)
📝 server/utils/vectorDbProviders/chroma/CHROMA_SETUP.md (+4 -0)
📝 server/utils/vectorDbProviders/chroma/index.js (+10 -0)

📄 Description

Support API client for chroma


🔄 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/260 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 9/29/2023 **Status:** ✅ Merged **Merged:** 9/29/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `259-support-api-chroma` --- ### 📝 Commits (1) - [`830d271`](https://github.com/Mintplex-Labs/anything-llm/commit/830d2714191f12c7e44e6a76a959a939bb2584a4) resolves #259 ### 📊 Changes **8 files changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docker/.env.example` (+2 -0) 📝 `docker/HOW_TO_USE_DOCKER.md` (+2 -0) 📝 `frontend/src/components/Modals/Settings/VectorDbs/index.jsx` (+35 -0) 📝 `server/.env.example` (+2 -0) 📝 `server/models/systemSettings.js` (+2 -0) 📝 `server/utils/helpers/updateENV.js` (+14 -0) 📝 `server/utils/vectorDbProviders/chroma/CHROMA_SETUP.md` (+4 -0) 📝 `server/utils/vectorDbProviders/chroma/index.js` (+10 -0) </details> ### 📄 Description Support API client for chroma --- <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:25 -05:00
yindo closed this issue 2026-02-22 18:33:25 -05:00
yindo changed title from [PR #260] [MERGED] Add Chroma API Key client support to [PR #260] [MERGED] Add Chroma API Key client support 2026-06-05 15:12:40 -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#3267