Class TableVectorIndexOptions
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
SourceModel
The source model
[JsonPropertyName("sourceModel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string SourceModel { get; set; }