Ranking Properties
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
max Attempts
maximum number of attempts to retry ranking
backoff Millis
initial backoff time in milliseconds
backoff Multiplier
multiplier for backoff time
backoff Max Interval
maximum backoff time in milliseconds