4 references to Batching
Microsoft.Extensions.DataIngestion (4)
Processors\ClassificationEnricher.cs (1)
53
=>
Batching
.ProcessAsync<string>(chunks, _options, MetadataKey, _systemPrompt, _logger, cancellationToken);
Processors\KeywordEnricher.cs (1)
61
=>
Batching
.ProcessAsync<string[]>(chunks, _options, MetadataKey, _systemPrompt, _logger, cancellationToken);
Processors\SentimentEnricher.cs (1)
51
=>
Batching
.ProcessAsync<string>(chunks, _options, MetadataKey, _systemPrompt, _logger, cancellationToken);
Processors\SummaryEnricher.cs (1)
46
=>
Batching
.ProcessAsync<string>(chunks, _options, MetadataKey, _systemPrompt, _logger, cancellationToken);