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