mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-24 17:30:38 +00:00
fix: Add DocumentJoiner to routers' init (#6368)
This commit is contained in:
parent
939e443ee8
commit
2943b83b31
@ -1,5 +1,7 @@
|
||||
from haystack.preview.components.routers.document_joiner import DocumentJoiner
|
||||
from haystack.preview.components.routers.file_type_router import FileTypeRouter
|
||||
from haystack.preview.components.routers.metadata_router import MetadataRouter
|
||||
from haystack.preview.components.routers.text_language_router import TextLanguageRouter
|
||||
|
||||
__all__ = ["FileTypeRouter", "MetadataRouter", "TextLanguageRouter"]
|
||||
|
||||
__all__ = ["DocumentJoiner", "FileTypeRouter", "MetadataRouter", "TextLanguageRouter"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user