EvaluatorOptions

org.llm4s.rag.evaluation.EvaluatorOptions
final case class EvaluatorOptions(parallelEvaluation: Boolean, maxConcurrency: Int, timeoutMs: Long)

Configuration options for the RAGAS evaluator.

Value parameters

maxConcurrency

Maximum concurrent metric evaluations

parallelEvaluation

Whether to evaluate metrics in parallel

timeoutMs

Timeout per metric evaluation in milliseconds

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product