Property MaxMergedTextLength
- Namespace
- LMKit.Retrieval.ChunkQuality
- Assembly
- LM-Kit.NET.dll
MaxMergedTextLength
Upper bound, in characters, of the embedding text produced by merging chunks. A merge that would exceed this length is not performed. Default: 4096.
public int MaxMergedTextLength { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is not positive.