Late chunking embeds the entire document first, then splits. This produces chunks with better individual embeddings.Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
When to Use
- High-precision retrieval needed
- Quality matters more than speed
- Complex technical documents
- Semantic similarity search critical
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
chunk_size | int | 512 | Max tokens per chunk |
embedding_model | str | auto | Embedding model |

