Table of Contents

Constructor Embedder

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

Embedder(LLM)

Initializes a new instance of the Embedder class.

public Embedder(LLM model)

Parameters

model LLM

An LLM object that specifies the language model to be used by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null.