Installation
Install ChromaDB:Setup
Create a ChromaDB instance with an embedder:Usage
ChromaDB supports both sync and async operations:Configuration Options
- collection - Name of the collection to use
- embedder - Embedder instance for generating embeddings
- path - Optional path for persistent storage (if not provided, uses in-memory storage)
For more details, see the ChromaDB documentation.