Sdílet prostřednictvím


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; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="vectorIndexes")>]
member this.VectorIndexes : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.VectorIndexPath> with get, set
Public Property VectorIndexes As Collection(Of VectorIndexPath)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Examples

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

Applies to