Skip to content

Installation

Core ChromaDB

To install the latest version of chromadb, run:

pip install chromadb

To install a specific version of chromadb, run:

pip install chromadb==<x.y.z>

Releases

You can find Chroma releases in PyPI here.

ChromaDB Python Client

To install the latest version of the ChromaDB Python client, run:

pip install chromadb-client

Releases

You can find Chroma releases in PyPI here.