Table of Contents

Constructor LMKitTextEmbeddingGeneration

Namespace
LMKit.Integrations.SemanticKernel.Embeddings
Assembly
LM-Kit.NET.Integrations.SemanticKernel.dll

LMKitTextEmbeddingGeneration(Embedder)

Initializes a new instance of the LMKitTextEmbeddingGeneration class with the provided embedder.

public LMKitTextEmbeddingGeneration(Embedder embedder)

Parameters

embedder Embedder

An instance of Embedder used to generate text embeddings.