Expand description
Fixed-size chunking strategy.
Provides simple character-based chunking with configurable size and overlap. Respects UTF-8 character boundaries to avoid splitting multi-byte characters.
Structsยง
- Fixed
Chunker - Fixed-size chunker that splits text at character boundaries.