fix pydoc config (#6313)

This commit is contained in:
Stefano Fiorucci 2023-11-15 15:32:29 +01:00 committed by GitHub
parent f998bf4a4f
commit f74f034549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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