Method ById
- Namespace
- Qavren.Edge.Embeddings.Onnx
- Assembly
- Qavren.Edge.Embeddings.Onnx.dll
ById(string)
Resolves a preset by Id.
public static EmbeddingPreset ById(string id)
Parameters
idstringThe preset id.
Returns
- EmbeddingPreset
The preset.
Exceptions
- EdgeEmbeddingException
EmbeddingPresetNotFound when no shipped preset carries that id.