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
nameOptional[str]NoneName of the reader
descriptionOptional[str]NoneDescription of the reader
max_resultsint5Maximum number of results to return