Uses of Package
dev.dokimos.core.evaluators
Packages that use dev.dokimos.core.evaluators
-
Classes in dev.dokimos.core.evaluators used by dev.dokimos.core.evaluatorsClassDescriptionEvaluator that measures how relevant retrieved context chunks are to a user's input query.Builder for constructing ContextualRelevanceEvaluator instances.Evaluator that checks for exact string match between actual and expected outputs.Evaluator that uses an LLM to check how much of the actual output is backed by the given context.Evaluator that uses an LLM to detect hallucinations in the actual output.Evaluator that uses an LLM to evaluate outputs based on the specified criteria.Evaluator that measures retrieval precision.Builder for constructing PrecisionEvaluator instances.Evaluator that measures retrieval recall.Builder for constructing RecallEvaluator instances.Evaluator that checks if the actual output matches a regular expression pattern.