Skip to content

✨ Feat(backend/vector): chromadb client-server support#285

Merged
MasterKenth merged 1 commit into
masterfrom
feat/chromadb-client-server
Sep 11, 2025
Merged

✨ Feat(backend/vector): chromadb client-server support#285
MasterKenth merged 1 commit into
masterfrom
feat/chromadb-client-server

Conversation

@MasterKenth

Copy link
Copy Markdown
Contributor

Added support for connecting to a server instance of chromadb (as an alternative to "running" it locally which is the pre-existing behavior).

To enable, set the environment variable CHROMADB_HOST to the hostname, and optionally CHROMADB_PORT to a port value if using something other than the default (8000).

To test or run a ChromaDB server, follow https://docs.trychroma.com/docs/cli/install. The sample command used during development to test was chroma run --path ./__chromadb_server --port 8003.

@MasterKenth MasterKenth force-pushed the feat/chromadb-client-server branch from aa463e9 to f253fba Compare September 11, 2025 14:55
@MasterKenth MasterKenth merged commit a9962df into master Sep 11, 2025
2 checks passed
@MasterKenth MasterKenth deleted the feat/chromadb-client-server branch September 11, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant