[GH-ISSUE #1522] [FEAT]: ChromaDB Support #976

Closed
opened 2026-02-22 18:22:30 -05:00 by yindo · 2 comments
Owner

Originally created by @timothycarambat on GitHub (May 23, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1522

Originally assigned to: @shatfield4 on GitHub.

What would you like to see?

The current version of Chroma introduced some breaking changes and rules that make the current support of AnythingLLM for ChromaDB incompatible, we should revamp this connector to work with the latest version of Chroma

Originally created by @timothycarambat on GitHub (May 23, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1522 Originally assigned to: @shatfield4 on GitHub. ### What would you like to see? The current version of Chroma introduced some breaking changes and rules that make the current support of AnythingLLM for ChromaDB incompatible, we should revamp this connector to work with the latest version of Chroma
yindo added the enhancementIntegration Requestfeature request labels 2026-02-22 18:22:30 -05:00
yindo closed this issue 2026-02-22 18:22:30 -05:00
Author
Owner

@phuzzled commented on GitHub (May 24, 2024):

Seems to be attempting to retrieve from chromadb just fine.. except it isn't creating new collections or storing properly (ValueError: Collection luminav2 does not exist.)

(luminav2) is the workspace name and the above ValueError is from chromadb output when ALLM tries to engage.

@phuzzled commented on GitHub (May 24, 2024): Seems to be attempting to retrieve from chromadb just fine.. except it isn't creating new collections or storing properly (ValueError: Collection luminav2 does not exist.) (luminav2) is the workspace name and the above ValueError is from chromadb output when ALLM tries to engage.
Author
Owner

@timothycarambat commented on GitHub (Jun 6, 2024):

Requires support for collection name pre-flight check:
https://github.com/Mintplex-Labs/anything-llm/issues/1481

@timothycarambat commented on GitHub (Jun 6, 2024): Requires support for collection name pre-flight check: https://github.com/Mintplex-Labs/anything-llm/issues/1481
yindo changed title from [FEAT]: ChromaDB Support to [GH-ISSUE #1522] [FEAT]: ChromaDB Support 2026-06-05 14:38:16 -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#976