mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 22:51:24 +00:00
feat: add evaluation service module for RAG and Agent (#2070)
This commit is contained in:
@@ -287,7 +287,7 @@ class AnswerEvaluatorOperator(JoinOperator[List[EvaluationResult]]):
|
||||
contexts=contexts,
|
||||
passing=result.passing,
|
||||
raw_dataset=raw_dataset,
|
||||
metric_name=metric.name,
|
||||
metric_name=metric.name(),
|
||||
feedback=result.feedback,
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user