3 writes to RawRepresentationFactory
Microsoft.Extensions.AI.AzureAIInference.Tests (2)
AzureAIInferenceEmbeddingGeneratorTests.cs (1)
170
RawRepresentationFactory
= (e) => new EmbeddingsOptions(input: [])
AzureAIInferenceImageEmbeddingGeneratorTests.cs (1)
177
RawRepresentationFactory
= (e) => new ImageEmbeddingsOptions(input: [])
Microsoft.Extensions.AI.OpenAI.Tests (1)
OpenAIEmbeddingGeneratorTests.cs (1)
196
RawRepresentationFactory
= (e) => new OpenAI.Embeddings.EmbeddingGenerationOptions
3 references to RawRepresentationFactory
Microsoft.Extensions.AI.AzureAIInference (2)
AzureAIInferenceEmbeddingGenerator.cs (1)
167
if (options?.
RawRepresentationFactory
?.Invoke(this) is not EmbeddingsOptions result)
AzureAIInferenceImageEmbeddingGenerator.cs (1)
121
if (options?.
RawRepresentationFactory
?.Invoke(this) is not ImageEmbeddingsOptions result)
Microsoft.Extensions.AI.OpenAI (1)
OpenAIEmbeddingGenerator.cs (1)
108
if (options?.
RawRepresentationFactory
?.Invoke(this) is not OpenAI.Embeddings.EmbeddingGenerationOptions result)