Class ChunkingOptions
ChunkingOptions class
Configuration options for document chunking operations.
public sealed class ChunkingOptions
Constructors
Properties
| Name | Description |
|---|
| MaxChunkSize { get; set; } | Gets or sets the maximum size of each chunk in tokens. |
| OverlapSize { get; set; } | Gets or sets the number of tokens to overlap between consecutive chunks. |
Methods
| Name | Description |
|---|
| Validate() | Validates the current options configuration. |
Fields
This class provides configuration for controlling how documents are split into chunks suitable for AI processing and embeddings.
See Also