Chroma Reference
Client APIs#
Chroma currently maintains 1st party clients for Python and Javascript. For other clients in other languages, use their repos for documentation.
Client - is the object that wraps a connection to a backing Chroma DB
Collection - is the object that wraps a collection
Client | Collection | |
---|---|---|
Python | Client | Collection |
Javascript | Client | Collection |
Backend API#
Chroma's backend Swagger REST API docs are viewable by running Chroma and navigating to http://localhost:8000/docs.
Bash
pip install chromadb chroma run open http://localhost:8000/docs