4 references to MetadataKey
Microsoft.Extensions.DataIngestion (1)
Processors\ClassificationEnricher.cs (1)
69chunk.Metadata[MetadataKey] = _predefinedClasses.Contains(response.Text)
Microsoft.Extensions.DataIngestion.Tests (3)
Processors\ClassificationEnricherTests.cs (3)
94Assert.Equal("AI", got[0].Metadata[ClassificationEnricher.MetadataKey]); 95Assert.Equal("Animals", got[1].Metadata[ClassificationEnricher.MetadataKey]); 96Assert.Equal("UFO", got[2].Metadata[ClassificationEnricher.MetadataKey]);