mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-30 12:22:52 +00:00
14 lines
317 B
YAML
14 lines
317 B
YAML
![]() |
loaders:
|
||
|
- type: python
|
||
|
search_path: [../haystack/reader]
|
||
|
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: reader.md
|