Skip to main content
Use chunking when the extraction output will feed retrieval, embeddings, agent context, search indexing, or review queues. Pick the chunking strategy based on how humans naturally use the document. Platform sample: Attention Is All You Need Chunking configuration in the Platform
Chunk results are returned under extensions.chunking. Keep page chunking on when auditors or users must be able to reconcile an answer back to exact page boundaries.

Chunking For RAG

Choose a retrieval-friendly chunking strategy.

LangChain Vector Store

Embed chunks with source metadata.