Skip to main content
Late chunking embeds the entire document first, then splits. This produces chunks with better individual embeddings.

Quick Start

When to Use

  • High-precision retrieval needed
  • Quality matters more than speed
  • Complex technical documents
  • Semantic similarity search critical

Parameters

How It Works

Traditional chunking: Split → Embed each chunk Late chunking: Embed full doc → Split with context awareness This preserves document-level context in each chunk’s embedding.