다음을 통해 공유


VectorQuery.PerDocumentVectorLimit Property

Definition

Controls how many vectors can be matched from each document in a vector search query. Setting it to 1 ensures at most one vector per document is matched, guaranteeing results come from distinct documents. Setting it to 0 (unlimited) allows multiple relevant vectors from the same document to be matched. Default is 0.

public int? PerDocumentVectorLimit { get; set; }
member this.PerDocumentVectorLimit : Nullable<int> with get, set
Public Property PerDocumentVectorLimit As Nullable(Of Integer)

Property Value

Applies to