Class DocumentExtensions

DocumentExtensions class

Extension methods for Document to support AI ingestion and chunking.

public static class DocumentExtensions

Methods

NameDescription
static GetChunksAsync(this Document, ChunkingOptions, string, MarkdownSaveOptions, CancellationToken)
static IngestAsync(this Document, ChunkingOptions, string, IEmbeddingGenerator<string, Embedding<float>>, VectorStoreCollection<string, DocumentChunk>, MarkdownSaveOptions, CancellationToken)

See Also