1 write to _logger
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
36
_logger
= _options.LoggerFactory?.CreateLogger<SummaryEnricher>();
1 reference to _logger
Microsoft.Extensions.DataIngestion (1)
Processors\SummaryEnricher.cs (1)
46
=> Batching.ProcessAsync<string>(chunks, _options, MetadataKey, _systemPrompt,
_logger
, cancellationToken);