Microsoft.Extensions.DataIngestion.Chunkers Namespace
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.
Classes
| Name | Description |
|---|---|
| DocumentTokenChunker |
Processes a document by tokenizing its content and dividing it into overlapping chunks of tokens. |
| SectionChunker |
Treats each IngestionDocumentSection in a Sections as a separate entity. |
| SemanticSimilarityChunker |
Splits a IngestionDocument into chunks based on semantic similarity between its elements based on cosine distance of their embeddings. |