DocumentExtensions.IngestAsync

DocumentExtensions.IngestAsync method

public static Task IngestAsync(this Document document, ChunkingOptions options, string sourceId, 
    IEmbeddingGenerator<string, Embedding<float>> embeddingGenerator, 
    VectorStoreCollection<string, DocumentChunk> vectorCollection, 
    MarkdownSaveOptions markdownSaveOptions = null, CancellationToken cancellationToken = default)

See Also