VectorQuery.PerDocumentVectorLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)