Property ModelId
- Namespace
- LMKit.Integrations.ExtensionsAI.Embeddings
- Assembly
- LM-Kit.NET.Integrations.ExtensionsAI.dll
ModelId
Gets a stable identifier for the underlying model or deployment.
public override string ModelId { get; }
Property Value
Remarks
Used for vector-store partitioning, cache keys, and telemetry. Two embedders that produce compatible vectors should report the same value.