Export trajectory eval fn (#6509)

from the run_evaluators dir
master
Zander Chase 12 months ago committed by GitHub
parent bb437646fc
commit ffa4ff1a2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,6 +9,7 @@ from langchain.evaluation.run_evaluators.implementations import (
StringRunEvaluatorInputMapper, StringRunEvaluatorInputMapper,
get_criteria_evaluator, get_criteria_evaluator,
get_qa_evaluator, get_qa_evaluator,
get_trajectory_evaluator,
) )
__all__ = [ __all__ = [
@ -17,6 +18,7 @@ __all__ = [
"RunEvaluatorOutputParser", "RunEvaluatorOutputParser",
"get_qa_evaluator", "get_qa_evaluator",
"get_criteria_evaluator", "get_criteria_evaluator",
"get_trajectory_evaluator",
"StringRunEvaluatorInputMapper", "StringRunEvaluatorInputMapper",
"ChoicesOutputParser", "ChoicesOutputParser",
] ]

Loading…
Cancel
Save