Table of Contents

Property MaxChunkSize

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

MaxChunkSize

Gets or sets the maximum target size of a produced chunk, expressed in tokens.

public int MaxChunkSize { get; set; }

Property Value

int

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.