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.

Reader is the base class for all reader classes in Agno.
ParameterTypeDefaultDescription
chunkboolTrueWhether to chunk the documents
chunk_sizeint3000Size of each chunk when chunking is enabled
separatorsList[str]["\n", "\n\n", "\r", "\r\n", "\n\r", "\t", " ", " "]List of separators used for chunking text
chunking_strategyChunkingStrategyFixedSizeChunkingStrategy class used for chunking documents