Share via


VectorSearchCompression.RerankWithOriginalVectors Property

Definition

If set to true, once the ordered set of results calculated using compressed vectors are obtained, they will be reranked again by recalculating the full-precision similarity scores. This will improve recall at the expense of latency. For use with only service version 2024-07-01. If using 2025-09-01 or later, use RescoringOptions.rescoringEnabled.

public bool? RerankWithOriginalVectors { get; set; }
member this.RerankWithOriginalVectors : Nullable<bool> with get, set
Public Property RerankWithOriginalVectors As Nullable(Of Boolean)

Property Value

Applies to