Document Reader
Reader
Reader is the base class for all reader classes in Agno.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
You are viewing v1 docs. For the latest documentation, visit docs.agno.com
| Parameter | Type | Default | Description |
|---|---|---|---|
chunk | bool | True | Whether to chunk the documents |
chunk_size | int | 3000 | Size of each chunk when chunking is enabled |
separators | List[str] | ["\n", "\n\n", "\r", "\r\n", "\n\r", "\t", " ", " "] | List of separators used for chunking text |
chunking_strategy | ChunkingStrategy | FixedSizeChunking | Strategy class used for chunking documents |
Was this page helpful?