Property RerankScore
RerankScore
Gets the similarity score after applying a reranking model to this partition.
public float RerankScore { get; }
Property Value
- float
A floating-point number between 0 and 1 representing the reranked similarity. The value is
-1
if no reranking has been performed; otherwise, it is the combined score based on the original similarity, the rerank score, and the rerank alpha blending factor.