[PR #1] [MERGED] Implement Chroma Support #3167

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

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/1
Author: @timothycarambat
Created: 6/8/2023
Status: Merged
Merged: 6/8/2023
Merged by: @timothycarambat

Base: masterHead: chroma-support


📝 Commits (1)

📊 Changes

27 files changed (+1116 additions, -509 deletions)

View changed files

📝 README.md (+2 -2)
📝 frontend/src/components/DefaultChat/index.jsx (+21 -30)
📝 frontend/src/components/Modals/Keys.jsx (+31 -13)
📝 frontend/src/components/Modals/ManageWorkspace.jsx (+1 -1)
📝 frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx (+1 -0)
📝 package.json (+1 -0)
📝 server/.env.example (+10 -3)
📝 server/.nvmrc (+1 -1)
📝 server/endpoints/chat.js (+8 -9)
📝 server/endpoints/system.js (+34 -22)
📝 server/endpoints/workspaces.js (+39 -34)
📝 server/index.js (+35 -27)
📝 server/models/documents.js (+68 -42)
📝 server/models/vectors.js (+42 -30)
📝 server/models/workspace.js (+48 -34)
📝 server/models/workspaceChats.js (+55 -35)
📝 server/package.json (+7 -4)
📝 server/utils/chats/commands/reset.js (+4 -4)
📝 server/utils/chats/index.js (+54 -40)
server/utils/chroma/CHROMA_SETUP.md (+24 -0)

...and 7 more files

📄 Description

No description provided


🔄 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/1 **Author:** [@timothycarambat](https://github.com/timothycarambat) **Created:** 6/8/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chroma-support` --- ### 📝 Commits (1) - [`4004cd3`](https://github.com/Mintplex-Labs/anything-llm/commit/4004cd3a4b31d6b2e9513d59f3ba04d105790a14) Implement Chroma Support ### 📊 Changes **27 files changed** (+1116 additions, -509 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -2) 📝 `frontend/src/components/DefaultChat/index.jsx` (+21 -30) 📝 `frontend/src/components/Modals/Keys.jsx` (+31 -13) 📝 `frontend/src/components/Modals/ManageWorkspace.jsx` (+1 -1) 📝 `frontend/src/components/WorkspaceChat/ChatContainer/ChatHistory/PromptReply/index.jsx` (+1 -0) 📝 `package.json` (+1 -0) 📝 `server/.env.example` (+10 -3) 📝 `server/.nvmrc` (+1 -1) 📝 `server/endpoints/chat.js` (+8 -9) 📝 `server/endpoints/system.js` (+34 -22) 📝 `server/endpoints/workspaces.js` (+39 -34) 📝 `server/index.js` (+35 -27) 📝 `server/models/documents.js` (+68 -42) 📝 `server/models/vectors.js` (+42 -30) 📝 `server/models/workspace.js` (+48 -34) 📝 `server/models/workspaceChats.js` (+55 -35) 📝 `server/package.json` (+7 -4) 📝 `server/utils/chats/commands/reset.js` (+4 -4) 📝 `server/utils/chats/index.js` (+54 -40) ➕ `server/utils/chroma/CHROMA_SETUP.md` (+24 -0) _...and 7 more files_ </details> ### 📄 Description _No description provided_ --- <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:11 -05:00
yindo closed this issue 2026-02-22 18:33:11 -05: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#3167