mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
* refactor component inputs * release notes * Update class docstring * pylint * update existing note instead of creating a new one --------- Co-authored-by: Julian Risch <julian.risch@deepset.ai>
6 lines
197 B
YAML
6 lines
197 B
YAML
---
|
|
features:
|
|
- |
|
|
Add `AnswerExactMatchEvaluator`, a component that can be used to calculate the Exact Match metric
|
|
comparing a list of expected answers with a list of predicted answers.
|