Package dev.dokimos.core.evaluators
Class FaithfulnessEvaluator
java.lang.Object
dev.dokimos.core.BaseEvaluator
dev.dokimos.core.evaluators.FaithfulnessEvaluator
- All Implemented Interfaces:
Evaluator
Evaluator that uses an LLM to check how much of the actual output is backed by the given context.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a new builder for constructing the faithfulness evaluator.Methods inherited from class dev.dokimos.core.BaseEvaluator
evaluate, evaluateAsync, evaluateAsync, name, threshold
-
Method Details
-
builder
Creates a new builder for constructing the faithfulness evaluator.
-