Home · Glossary · Chunking
Enterprise AI glossary · RAG & Retrieval

Chunking

Splitting source documents into the units that get embedded and retrieved — typically 200–800 tokens per chunk, with strategy varying by document type.

Definition

What Chunking means in practice

Chunking is the most under-appreciated lever in RAG quality. Fixed-size chunking (the LangChain default of 1000 chars + 200 overlap) is fine for tutorials and terrible for production: it breaks sentences mid-thought, drops the semantic boundaries that make retrieval work, and ignores document structure. Better strategies: semantic chunking that splits on sentence boundaries and merges short ones; section-aware chunking for structured documents with explicit headings; parent-document retrieval that retrieves small chunks but expands the context the LLM sees to the surrounding paragraph or section. Match the chunker to the document type — one chunking strategy across a heterogeneous corpus reliably under-performs a small number of type-specific strategies.

Go deeper
Enterprise RAG architecture →

All 62 terms, in plain language

Sovereign AI, RAG, agentic AI, IDP, MLOps and the regulations that shape enterprise AI.

Browse the glossary →Talk to an engineer →