Skip to content

Commit

Permalink
docs: Add DocumentJoiner to API docs (#6365)
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-risch authored Nov 20, 2023
1 parent d577607 commit 939e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pydoc/config-preview/router.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
loaders:
- type: loaders.CustomPythonLoader
search_path: [../../../haystack/preview/components/routers]
modules: ["file_type_router", "metadata_router", "text_language_router"]
modules: ["document_joiner", "file_type_router", "metadata_router", "text_language_router"]
ignore_when_discovered: ["__init__"]
processors:
- type: filter
Expand Down

0 comments on commit 939e443

Please sign in to comment.