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