SentenceChunkingConfiguration Configuration
SentenceChunkingConfiguration Configuration documentation for .NET SDK
Sentence-based chunking strategy with language detection support
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MaxChunkSize | int | Maximum size of a chunk | |
| MinChunkSize | int | Minimum size before creating a new chunk | |
| EnableLanguageDetection | bool? | Whether to detect language for better segmentation | [optional] |
| LengthMeasurement | LengthMeasurement |