KNOWLEDGE, EMBEDDINGS & RAG • 128 / 397
Teach models to look up relevant information before answering.
Chunking
Chunking splits documents into smaller pieces suitable for embedding and retrieval.
Think of it like
Think of Chunking 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 Chunking.
SRE lens
Poor chunk boundaries can hide the one paragraph that contains the actual recovery step.
Remember thisChunking splits documents into smaller pieces suitable for embedding and retrieval.