mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-29 20:00:46 +00:00
14 lines
333 B
YAML
14 lines
333 B
YAML
![]() |
loaders:
|
||
|
- type: python
|
||
|
search_path: [../haystack/document_store]
|
||
|
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: document_store.md
|