rag-retrieval / library
chroma
Capability: chroma
Use it when
- local vector database for RAG embeddings
- embed and store documents on disk for retrieval
What it solves
Not the fit when
- replaces chunking strategy
Install
pip install chromadb
Invoke
import chromadb; client = chromadb.Client(); collection.add/query for local RAG vectors.
Alternatives
No reviewed alternatives recorded yet.