IndexingPolicy.VectorIndexes Property

Definition

Gets the vector indexes for additional indexes

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="vectorIndexes")]
public System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.VectorIndexPath> VectorIndexes { get; set; }

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Examples

"vectorIndexes": [ { "path": "/vector1", "type": "diskANN" }, { "path": "/vector2", "type": "flat " }, { "path": "/vector3", "type": "quantizedFlat" } ]

Applies to

Prodotto Versioni
Azure SDK for .NET Latest