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