3 references to MetadataKey
Microsoft.Extensions.DataIngestion (1)
Processors\KeywordEnricher.cs (1)
61
=> Batching.ProcessAsync<string[]>(chunks, _options,
MetadataKey
, _systemPrompt, _logger, cancellationToken);
Microsoft.Extensions.DataIngestion.Tests (2)
Processors\KeywordEnricherTests.cs (2)
94
Assert.Equal(["AI", "MEAI"], (string[])got[0].Metadata[KeywordEnricher.
MetadataKey
]);
95
Assert.Equal(["Animals", "Rabbits"], (string[])got[1].Metadata[KeywordEnricher.
MetadataKey
]);