KNOWLEDGE, EMBEDDINGS & RAG • 129 / 397
Teach models to look up relevant information before answering.

Chunk Size

Chunk size controls how much text is placed in each retrieval unit.

Think of it like

Think of Chunk Size like a library system: instead of memorizing every book, find the right shelf and bring only the useful pages to the desk.

Real life

Search engines and recommendation systems use ideas related to Chunk Size.

SRE lens

Too small loses context; too large wastes tokens and can dilute relevance.

Remember thisChunk size controls how much text is placed in each retrieval unit.
AIForSREJump to a concept
Search is optional. The main journey is simply ↓ Next.