mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
6 lines
222 B
YAML
6 lines
222 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed a bug in the `MetaFieldRanker`: when the `weight` parameter was set to 0 in the `run` method,
|
|
the component was incorrectly using the default `weight` parameter set in the `__init__` method.
|