Feature request: Return both summary
& eval_results
from Evaluation.evaluate
#3038
Labels
enhancement
New feature or request
For this code:
weave/weave/flow/eval.py
Lines 493 to 510 in 3eea8df
Only
summary
is returned. For our use-case, we also want to grabeval_results
for downstream rendering and storage (to present user-friendly results to non-technical stakeholders; the Weave UI is information overload for those folks). Would this change make sense?As a workaround, I can call
get_eval_results
andsummarize
separately, but lose eval tracking in Evaluations since onlyEvaluation.evaluate
Calls are picked up.The text was updated successfully, but these errors were encountered: