mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-29 16:08:38 +00:00
* bug: run parameter ranking_mode does not override init param in metafield ranker * Added a release note * Used pytest.approx for comparing floating point numbers in unit test
6 lines
228 B
YAML
6 lines
228 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug in the `MetaFieldRanker`: when the `ranking_mode` parameter was overridden in the `run` method,
|
|
the component was incorrectly using the `ranking_mode` parameter set in the `__init__` method.
|