Class LMKitTextEmbeddingGeneration
- Namespace
- LMKit.Integrations.SemanticKernel.Embeddings
- Assembly
- LM-Kit.NET.Integrations.SemanticKernel.dll
Provides a text embedding generation service using LMKit's Embedder. This service implements the Microsoft.SemanticKernel.Embeddings.ITextEmbeddingGenerationService interface to generate embeddings from text data for use with Microsoft Semantic Kernel.
public sealed class LMKitTextEmbeddingGeneration : ITextEmbeddingGenerationService, IEmbeddingGenerationService<string, float>, IAIService
- Inheritance
-
LMKitTextEmbeddingGeneration
- Implements
-
ITextEmbeddingGenerationServiceIAIService
- Inherited Members
Constructors
- LMKitTextEmbeddingGeneration(Embedder)
Initializes a new instance of the LMKitTextEmbeddingGeneration class with the provided embedder.