Table of Contents

Constructor Embedder

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

Embedder(LLM)

Creates an instance of the Embedder class.

public Embedder(LLM model)

Parameters

model LLM

A LLM object that specifies the LLM model to be inferred by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null, indicating that a valid model is required to create a Embedder instance.