Chunking
Splitting documents into smaller pieces before embedding, indexing, or sending them to a model.
Plain English
Big documents are cut into useful pieces so retrieval can find the right passage.
Example
A 40-page handbook is split by headings and paragraphs before being added to a knowledge base.
Why it matters
Bad chunks create bad retrieval, even when the model is excellent.
Related