Condividi tramite


VectorSearchCompressionConfiguration.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.

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

Property Value

Applies to