struct
Memo::Config::Chunking
- Memo::Config::Chunking
- Struct
- Value
- Object
Overview
Chunking configuration for text segmentation
The app's preferred chunk sizes (must be <= service max_tokens)
Defined in:
memo/config.crConstructors
Instance Method Summary
Constructor Detail
def self.new(min_tokens : Int32 = 200, max_tokens : Int32 = 2000, no_chunk_threshold : Int32 = 1500)
#