Table of Contents

Property DefaultTextChunking

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

DefaultTextChunking

Gets or sets the default text chunking configuration used by the RagEngine for splitting text into manageable partitions.

public TextChunking DefaultTextChunking { get; set; }

Property Value

TextChunking

Remarks

This property provides the default instance of TextChunking that is used to determine how text is segmented during the import process. When setting this property, if a null value is provided, a new TextChunking instance is created and assigned as a fallback.