struct

AI::Provider::RerankingModel::RankedDocument

Inherits JSON::Serializable < Struct < Value < Object

A document with its ranking information.

Constructors

new(index : Int32, relevance_score : Float64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

index

The index of the document in the original list before reranking.

Source
relevance_score

The relevance score of the document after reranking.

Source