2020-09-22 11:48:26 +02:00
|
|
|
loaders:
|
|
|
|
- type: python
|
|
|
|
search_path: [../../../../haystack/document_store]
|
2021-06-15 17:50:08 +02:00
|
|
|
modules: ['base', 'elasticsearch', 'memory', 'sql', 'faiss', 'milvus', 'weaviate']
|
2020-09-22 11:48:26 +02:00
|
|
|
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
|
2020-11-24 18:49:14 +01:00
|
|
|
descriptive_class_title: true
|
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: false
|
|
|
|
add_member_class_prefix: false
|
2020-09-22 11:48:26 +02:00
|
|
|
filename: document_store.md
|