1 override of GetCacheKey
Microsoft.Extensions.AI (1)
Embeddings\DistributedCachingEmbeddingGenerator.cs (1)
77protected override string GetCacheKey(TInput value, EmbeddingGenerationOptions? options)
2 references to GetCacheKey
Microsoft.Extensions.AI (2)
Embeddings\CachingEmbeddingGenerator.cs (2)
44var cacheKey = GetCacheKey(valuesList[0], options); 73var cacheKey = GetCacheKey(input, options);