CustomLabs
Retrieval

Chunking

Chunking splits source documents into smaller passages before embedding, so retrieval returns focused text.

Chunk size and overlap are load-bearing decisions, not implementation details to skip past.

Chunks too large dilute relevance and blow the context budget.

Chunks too small lose the surrounding context a passage needs to make sense.

Most RAG accuracy problems trace back to chunking, not to the model.

← Back to the full glossary

Source: https://customlabs.io/glossary/chunking/

navigate select esc close