RecursiveChunkingConfiguration Configuration
RecursiveChunkingConfiguration Configuration documentation for .NET SDK
Recursive hierarchical chunking strategy with configurable separators and overlap
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ChunkSize | int | Maximum size of a chunk (should be ≤ context window) | |
| ChunkOverlap | int | Sliding overlap between chunks | |
| Separators | List<string> | Hierarchical separator list (order = preference) | [optional] |
| KeepStrategy | SeparatorKeepStrategy | ||
| SeparatorIsRegex | bool? | Whether separators are regex patterns | [optional] |
| LengthMeasurement | LengthMeasurement |