relevanceScore property

  1. @TagNumber.new(2)
double get relevanceScore

Relevance of this document to the query, normalized to 0, 1 (sigmoid of the cross-encoder logit). Ordinal, not cardinal: 0.9 is not "twice as relevant" as 0.45, and scores are not comparable across models. Industry name (Cohere/Voyage relevance_score).

Implementation

@$pb.TagNumber(2)
$core.double get relevanceScore => $_getN(0);
  1. @TagNumber.new(2)
set relevanceScore (double value)

Implementation

@$pb.TagNumber(2)
set relevanceScore($core.double value) => $_setFloat(0, value);