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