Class EmbeddingProvider.Model
Describes an embedding model offered by an EmbeddingProvider.
public class EmbeddingProvider.Model
- Inheritance
-
EmbeddingProvider.Model
- Inherited Members
Properties
Name
The name of the model.
public string Name { get; set; }
Property Value
Parameters
Configuration parameters specific to this model.
public List<EmbeddingProvider.Parameter> Parameters { get; set; }
Property Value
VectorDimension
The number of dimensions in the vectors produced by this model.
public int VectorDimension { get; set; }