haystack/releasenotes/notes/fix-join-docs-null-score-746c392a87adffcc.yaml

8 lines
274 B
YAML
Raw Normal View History

---
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.