DocumentTokenChunker(IngestionChunkerOptions) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DocumentTokenChunker class with the specified options.
public:
DocumentTokenChunker(Microsoft::Extensions::DataIngestion::IngestionChunkerOptions ^ options);
public DocumentTokenChunker(Microsoft.Extensions.DataIngestion.IngestionChunkerOptions options);
new Microsoft.Extensions.DataIngestion.Chunkers.DocumentTokenChunker : Microsoft.Extensions.DataIngestion.IngestionChunkerOptions -> Microsoft.Extensions.DataIngestion.Chunkers.DocumentTokenChunker
Public Sub New (options As IngestionChunkerOptions)
Parameters
- options
- IngestionChunkerOptions
The options used to configure the chunker, including tokenizer and chunk sizes.