Chroma can also be configured to run in client/server mode. In this mode, the Chroma client connects to a Chroma server running in a separate process. To start the Chroma server, run the following command:Documentation Index
Fetch the complete documentation index at: https://docs.trychroma.com/llms.txt
Use this file to discover all available pages before exploring further.
- Python
- TypeScript
- Rust
Then use the Chroma That’s it! Chroma’s API will run in If you deploy your Chroma server, you can also use our http-only package.
HttpClient to connect to the server:client-server mode with just this change.Chroma also provides the async HTTP client. The behaviors and method signatures are identical to the synchronous client, but all methods that would block are now async. To use it, call AsyncHttpClient instead: