Skip to main content

Module fixed

Module fixed 

Source
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ยง

FixedChunker
Fixed-size chunker that splits text at character boundaries.