mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-22 16:31:16 +00:00
8 lines
274 B
YAML
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.
|