mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-25 01:40:22 +00:00
15 lines
383 B
YAML
15 lines
383 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [../../../../haystack/file_converter]
|
|
ignore_when_discovered: ['__init__']
|
|
processor:
|
|
- type: filter
|
|
expression: not name.startswith('_') and default()
|
|
- documented_only: true
|
|
- do_not_filter_modules: false
|
|
- skip_empty_modules: true
|
|
renderer:
|
|
type: markdown
|
|
descriptive_class_title: false
|
|
filename: file_converter.md
|