次の方法で共有


VectorIndexPath.IndexingSearchListSize Property

Definition

Gets or sets the indexing search list size for the vector index path. This is only applicable for the diskann vector index type. The allowed range for this parameter is between 25 and 500.

[Newtonsoft.Json.JsonIgnore]
public int IndexingSearchListSize { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.IndexingSearchListSize : int with get, set
Public Property IndexingSearchListSize As Integer

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to