RerankResult

Contains information about a document that was reranked.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains information about the document.

Link copied to clipboard
val index: Int

The ranking of the document. The lower a number, the higher the document is ranked.

Link copied to clipboard

The relevance score of the document.

Functions

Link copied to clipboard
inline fun copy(block: RerankResult.Builder.() -> Unit = {}): RerankResult
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String