Base:
method
ProcessAsync
Microsoft.Extensions.DataIngestion.IngestionChunker<T>.ProcessAsync(Microsoft.Extensions.DataIngestion.IngestionDocument, System.Threading.CancellationToken)
1 reference to ProcessAsync
Microsoft.Extensions.DataIngestion.Tests (1)
Chunkers\OverlapTokenChunkerTests.cs (1)
39IReadOnlyList<IngestionChunk<string>> chunks = await chunker.ProcessAsync(doc).ToListAsync();