Skip to main content

Module traits

Module traits 

Source
Expand description

Chunker trait definition.

Defines the interface for all chunking strategies, enabling pluggable text segmentation approaches.

Structs§

ChunkMetadata
Metadata provided to chunkers for context-aware processing.

Traits§

Chunker
Trait for chunking text into processable segments.