Property DefaultIChunking
DefaultIChunking
Gets or sets the default text chunking configuration used for splitting text into manageable partitions.
public IChunking DefaultIChunking { get; set; }
Property Value
- IChunking
The chunking configuration. Defaults to a new TextChunking instance.
Remarks
This property provides the default IChunking instance used to determine how text is segmented during the import process.
If a null value is assigned, a new TextChunking instance is created as a fallback.