RankingProperties

constructor(llm: String? = null, maxAttempts: Int = 5, backoffMillis: Long = 100, backoffMultiplier: Double = 5.0, backoffMaxInterval: Long = 180000)

Parameters

llm

name of the LLM to use for ranking, or null to use auto selection

maxAttempts

maximum number of attempts to retry ranking

backoffMillis

initial backoff time in milliseconds

backoffMultiplier

multiplier for backoff time

backoffMaxInterval

maximum backoff time in milliseconds