Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Mar 20, 2024
1 parent 9e03a54 commit e003f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/components/evaluators/answer_f1.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class AnswerF1Evaluator:
print(result["scores"])
# [1.0, 0.0]
print(result["result"])
print(result["average"])
# 0.5
```
"""
Expand Down

0 comments on commit e003f61

Please sign in to comment.