Installation
Basic example
- Python
- JavaScript
Expected output
- Generates embeddings using the default model
- Stores embeddings in the collection
- Finds the most similar documents when you query
What’s happening?
Add documents
Chroma automatically generates embeddings for your documents using the default embedding function.
Client types
Choose the right client for your use case:- In-Memory (Default)
- Persistent
- Client-Server
- Chroma Cloud
Next steps
Core Concepts
Learn about collections, embeddings, and metadata
Embedding Functions
Use OpenAI, Cohere, or custom embeddings
Filtering
Filter results using metadata
Deployment
Deploy Chroma to production