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
collectionstrRequiredName of the SingleStore table
schemaOptional[str]"ai"Schema name for the table
db_urlOptional[str]NoneDatabase connection URL
db_engineOptional[Engine]NoneSQLAlchemy engine instance
embedderOptional[Embedder]OpenAIEmbedder()Embedder instance to generate embeddings
distanceDistanceDistance.cosineDistance metric for similarity search
rerankerOptional[Reranker]NoneReranker for post-processing results