org.llm4s.rag.evaluation.RequiredInput
See theRequiredInput companion trait
object RequiredInput
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
RequiredInput.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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RequiredInputclass Objecttrait Matchableclass AnyShow all
- Self type
-
Answer.type
case object Contexts extends RequiredInput
The retrieved context documents.
The retrieved context documents.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RequiredInputclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RequiredInputclass Objecttrait Matchableclass AnyShow all
- Self type
-
GroundTruth.type
case object Question extends RequiredInput
The user's query/question.
The user's query/question.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait RequiredInputclass Objecttrait Matchableclass AnyShow all
- Self type
-
Question.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete fields
All possible inputs.
All possible inputs.
Attributes
In this article