

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Still calibrating
click for more info
Not enough gems
Cost: 6 gems
1: Chunking
incomplete
2: Chunk Overlap
incomplete
3: Semantic Chunking
incomplete
4: Chunked Semantic Embeddings
incomplete
5: Chunked Semantic Search
incomplete
6: Chunked Edge Cases
incomplete
7: ColBERT
incomplete
8: Late Chunking
incomplete
Back
ctrl+,
Next
ctrl+.
This lesson's interactive features are locked, please to keep using them
Late chunking is another advanced chunking technique. Instead of chunking first and embedding each chunk in isolation, it runs the embedding model over the full document (or as much as the model can handle), then creates chunk embeddings based on token embeddings that already saw the broader context.
Each chunk can carry more meaningful context because the model has seen how its words fit into the larger document. "Bear" in a Ted review means a different kind of bear than "bear" in a nature documentary.