Chroma is open-source search infrastructure for AI that stores, indexes, and searches document collections by similarity. It is aimed at applications that need to add and query embeddings without wiring up separate tokenization and indexing components, making it a common building block for retrieval-augmented generation.
- In-memory client for quick prototyping
- Add, update, delete, get, and query collections
- Metadata filters and document text filters
- Automatic tokenization, embedding, and indexing







