chunking.fixed_tokens¶
chunktuner.chunking.fixed_tokens
¶
Fixed-size token windows with overlap (tiktoken).
FixedTokenStrategy
¶
Sliding tiktoken windows with optional overlap (baseline RAG chunker).
Source code in src/chunktuner/chunking/fixed_tokens.py
chunk
¶
Split doc.content into fixed-size token spans with correct char offsets.