Property MaxChunkSize
MaxChunkSize
Gets or sets the maximum target size of a produced chunk, expressed in tokens.
public int MaxChunkSize { get; set; }
Property Value
Remarks
The effective size may be adjusted internally based on model constraints (for example, reserved special tokens required by the vocabulary) and is clamped to a minimum of 50 tokens and to the model embedding size.