Constructor Embedder
- Namespace
- LMKit.Embeddings
- Assembly
- LM-Kit.NET.dll
Embedder(LM)
Initializes a new instance of the Embedder class.
public Embedder(LM model)
Parameters
model
LMAn LM object that specifies the language model to be used. The model may optionally support image embeddings, enabling embeddings from both textual and image attachments.
Exceptions
- ArgumentNullException
Thrown when the provided
model
isnull
.