RequiredInput

org.llm4s.rag.evaluation.RequiredInput
See theRequiredInput companion trait
object RequiredInput

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Answer extends RequiredInput

The generated answer from the RAG system.

The generated answer from the RAG system.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Answer.type
case object Contexts extends RequiredInput

The retrieved context documents.

The retrieved context documents.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Contexts.type
case object GroundTruth extends RequiredInput

Ground truth answer (for precision/recall metrics).

Ground truth answer (for precision/recall metrics).

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object Question extends RequiredInput

The user's query/question.

The user's query/question.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Question.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val all: Set[RequiredInput]

All possible inputs.

All possible inputs.

Attributes