GoogleAITextEmbeddingGenerationService Class

Definition

Represents a service for generating text embeddings using the Google AI Gemini API.

public sealed class GoogleAITextEmbeddingGenerationService : Microsoft.SemanticKernel.Embeddings.IEmbeddingGenerationService<string,float>, Microsoft.SemanticKernel.Embeddings.ITextEmbeddingGenerationService
type GoogleAITextEmbeddingGenerationService = class
    interface ITextEmbeddingGenerationService
    interface IEmbeddingGenerationService<string, single>
    interface IAIService
Public NotInheritable Class GoogleAITextEmbeddingGenerationService
Implements IEmbeddingGenerationService(Of String, Single), ITextEmbeddingGenerationService
Inheritance
GoogleAITextEmbeddingGenerationService
Implements

Applies to