3 references to MetadataKey
Microsoft.Extensions.DataIngestion (1)
Processors\KeywordEnricher.cs (1)
96chunk.Metadata[MetadataKey] = keywords;
Microsoft.Extensions.DataIngestion.Tests (2)
Processors\KeywordEnricherTests.cs (2)
97Assert.Equal(["AI", "MEAI"], (string[])got[0].Metadata[KeywordEnricher.MetadataKey]); 98Assert.Equal(["Animals", "Rabbits"], (string[])got[1].Metadata[KeywordEnricher.MetadataKey]);