haystack/releasenotes/notes/fix-join-docs-null-score-746c392a87adffcc.yaml
Stefano Fiorucci 2b3c77e41d
fix: make JoinDocuments correctly handle duplicate documents w null scores (#6261)
* fix error with null values

* release note

* simplify
2023-11-09 14:28:56 +01:00

8 lines
274 B
YAML

---
fixes:
- |
When using `JoinDocuments` with `join_mode=concatenate` (default) and
passing duplicate documents, including some with a null score, this
node raised an exception.
Now this case is handled correctly and the documents are joined as expected.