Skip to main content

Documentation Index

Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt

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

PPTXReader is a reader class that allows you to read data from PowerPoint (.pptx) files.
ParameterTypeDefaultDescription
fileUnion[Path, IO[Any]]RequiredPath to PPTX file or file-like object containing a PowerPoint presentation
nameOptional[str]NoneOptional name for the document
chunkboolTrueWhether to chunk the document
chunk_sizeint5000Size of chunks when chunking is enabled
chunking_strategyOptional[ChunkingStrategy]DocumentChunking()Strategy for chunking the document
encodingOptional[str]NoneText encoding to use for reading