Share via


CachingEmbeddingGenerator<TInput,TEmbedding>.GetCacheKey Method

Definition

protected:
 abstract System::String ^ GetCacheKey(TInput value, Microsoft::Extensions::AI::EmbeddingGenerationOptions ^ options);
protected abstract string GetCacheKey (TInput value, Microsoft.Extensions.AI.EmbeddingGenerationOptions? options);
abstract member GetCacheKey : 'Input * Microsoft.Extensions.AI.EmbeddingGenerationOptions -> string
Protected MustOverride Function GetCacheKey (value As TInput, options As EmbeddingGenerationOptions) As String

Parameters

value
TInput

Returns

Applies to