2021-10-01 11:22:56 +02:00
|
|
|
loaders:
|
|
|
|
- type: python
|
2021-10-25 15:50:23 +02:00
|
|
|
search_path: [../../../../haystack/nodes/document_classifier]
|
2021-10-01 11:22:56 +02:00
|
|
|
modules: ['base', 'transformers']
|
|
|
|
ignore_when_discovered: ['__init__']
|
2022-02-04 15:45:09 +01:00
|
|
|
processors:
|
2021-10-01 11:22:56 +02:00
|
|
|
- type: filter
|
|
|
|
expression: not name.startswith('_') and default()
|
2022-02-04 15:45:09 +01:00
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
2021-10-01 11:22:56 +02:00
|
|
|
renderer:
|
|
|
|
type: markdown
|
2021-11-11 12:44:29 +01:00
|
|
|
descriptive_class_title: false
|
2021-10-01 11:22:56 +02:00
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: false
|
|
|
|
add_member_class_prefix: false
|
|
|
|
filename: document_classifier.md
|