haystack/releasenotes/notes/fix-metafieldranker-weight-in-run-method-e4e11011a8b99c34.yaml
2024-03-11 12:52:55 +01:00

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.