Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

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