mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-25 05:58:57 +00:00
fix pydoc config (#6313)
This commit is contained in:
parent
f998bf4a4f
commit
f74f034549
@ -1,7 +1,7 @@
|
||||
loaders:
|
||||
- type: loaders.CustomPythonLoader
|
||||
search_path: [../../../haystack/preview/components/classifiers]
|
||||
modules: ["document_language_classifier", "text_language_classifier"]
|
||||
modules: ["document_language_classifier"]
|
||||
ignore_when_discovered: ["__init__"]
|
||||
processors:
|
||||
- type: filter
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
loaders:
|
||||
- type: loaders.CustomPythonLoader
|
||||
search_path: [../../../haystack/preview/components/routers]
|
||||
modules: ["file_type_router", "metadata_router"]
|
||||
modules: ["file_type_router", "metadata_router", "text_language_router"]
|
||||
ignore_when_discovered: ["__init__"]
|
||||
processors:
|
||||
- type: filter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user