Table of Contents

Class EmbeddingProvider.Model

Namespace
DataStax.AstraDB.DataApi.Core.Results
Assembly
DataStax.AstraDB.DataApi.dll

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

string

Parameters

Configuration parameters specific to this model.

public List<EmbeddingProvider.Parameter> Parameters { get; set; }

Property Value

List<EmbeddingProvider.Parameter>

VectorDimension

The number of dimensions in the vectors produced by this model.

public int VectorDimension { get; set; }

Property Value

int