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
Exceptions
- ArgumentNullException
Thrown when the provided
model
argument is null.