mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* move DocumentJoiner to new joiners package * relnote * leftovers * fix docstrings generation * fix unrelated pydoc misconfiguration * more unrelated work, yay! * fix assertions
11 lines
322 B
YAML
11 lines
322 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Change any occurrence of:
|
|
from haystack.components.routers.document_joiner import DocumentJoiner
|
|
to:
|
|
from haystack.components.joiners.document_joiner import DocumentJoiner
|
|
enhancements:
|
|
- |
|
|
Create a new package called `joiners` and move `DocumentJoiner` there for clarity.
|