Class DocumentExtensions
DocumentExtensions class
Extension methods for Document to support AI ingestion and chunking.
public static class DocumentExtensions
Methods
| Name | Description |
|---|---|
| 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
- namespace Aspose.Pdf.AI
- assembly Aspose.PDF