mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 15:38:36 +00:00
* Parametrize document joiner tests with empty lists * Skip loop in _distribution_based_rank_fusion if document list is empty * Parametrize test_empty_list with join_mode * Prevent division by zero in _merge and _reciprocal_rank_fusion * Add release notes --------- Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
5 lines
93 B
YAML
5 lines
93 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix `DocumentJoiner` failing when ran with an empty list of `Document`s
|