ParameterTypeDefaultDescription
collectionstrNoneName of the collection to store vectors and metadata in ChromaDB
embedderOptional[Embedder]OpenAIEmbedder()Embedder instance to generate embeddings
distanceDistanceDistance.cosineDistance metric to use for similarity search
pathstr"tmp/chromadb"Path to store ChromaDB data when using persistent client
persistent_clientboolFalseWhether to use persistent ChromaDB client
rerankerOptional[Reranker]NoneOptional reranker instance to rerank search results