2020-09-22 11:48:26 +02:00
|
|
|
loaders:
|
|
|
|
- type: python
|
2021-10-25 15:50:23 +02:00
|
|
|
search_path: [../../../../haystack/document_stores]
|
2022-03-21 22:24:09 +07:00
|
|
|
modules: ['base', 'elasticsearch', 'memory', 'sql', 'faiss', 'milvus1', 'milvus2', 'weaviate', 'graphdb', 'deepsetcloud', 'pinecone', 'utils']
|
2020-09-22 11:48:26 +02:00
|
|
|
ignore_when_discovered: ['__init__']
|
2022-02-04 15:45:09 +01:00
|
|
|
processors:
|
2020-09-22 11:48:26 +02:00
|
|
|
- type: filter
|
2022-03-10 15:01:05 +01:00
|
|
|
expression:
|
2022-02-04 15:45:09 +01:00
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
2020-09-22 11:48:26 +02:00
|
|
|
renderer:
|
|
|
|
type: markdown
|
2021-11-11 12:44:29 +01:00
|
|
|
descriptive_class_title: false
|
2020-11-24 18:49:14 +01:00
|
|
|
descriptive_module_title: true
|
2022-05-06 16:00:08 +02:00
|
|
|
add_method_class_prefix: true
|
2020-11-24 18:49:14 +01:00
|
|
|
add_member_class_prefix: false
|
2020-09-22 11:48:26 +02:00
|
|
|
filename: document_store.md
|