
Understanding late chunking, parent-document retrieval, and sentence-window retrieval under the hood
Late chunking preserves global context by embedding the full document before slicing, while sentence-window retrieval keeps the similarity unit small but restores surrounding sentences at prompt time — contextual retrieval tends to preserve semantic coherence better, but late chunking is more efficient and can sacrifice completeness if the downstream window is too small.
Read article →









