Table of Contents

Class TableVectorIndexOptions

Namespace
DataStax.AstraDB.DataApi.Tables
Assembly
DataStax.AstraDB.DataApi.dll

Options for creating a vector index on a table column

public class TableVectorIndexOptions
Inheritance
TableVectorIndexOptions
Inherited Members

Properties

Metric

The similarity metric to use

[JsonPropertyName("metric")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public SimilarityMetric? Metric { get; set; }

Property Value

SimilarityMetric?

SourceModel

The source model

[JsonPropertyName("sourceModel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string SourceModel { get; set; }

Property Value

string