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