mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-06 03:47:22 +00:00
7 lines
247 B
YAML
7 lines
247 B
YAML
|
|
---
|
||
|
|
|
||
|
|
upgrade:
|
||
|
|
- |
|
||
|
|
The `ContextRelevanceEvaluator` now returns a list of relevant sentences for each context, instead of all the sentences in a context.
|
||
|
|
Also, a score of 1 is now returned if a relevant sentence is found, and 0 otherwise.
|