4 references to MetadataKey
Microsoft.Extensions.DataIngestion (1)
Processors\ClassificationEnricher.cs (1)
53=> Batching.ProcessAsync<string>(chunks, _options, MetadataKey, _systemPrompt, _logger, cancellationToken);
Microsoft.Extensions.DataIngestion.Tests (3)
Processors\ClassificationEnricherTests.cs (3)
93Assert.Equal("AI", got[0].Metadata[ClassificationEnricher.MetadataKey]); 94Assert.Equal("Animals", got[1].Metadata[ClassificationEnricher.MetadataKey]); 95Assert.Equal("UFO", got[2].Metadata[ClassificationEnricher.MetadataKey]);