DocumentExtensions.GetChunksAsync

DocumentExtensions.GetChunksAsync method

public static Task<IReadOnlyList<DocumentChunk>> GetChunksAsync(this Document document, 
    ChunkingOptions options, string sourceId = null, 
    MarkdownSaveOptions markdownSaveOptions = null, CancellationToken cancellationToken = default)

See Also