mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-24 09:20:13 +00:00

* update api markdown files and add markdown file for ranker * added docstrings for weaviate * new version of pydoc-markdown does not render arguments correctly. We used pydoc-markdown==3.11.0
19 lines
568 B
YAML
19 lines
568 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [../../../../haystack/document_store]
|
|
modules: ['base', 'elasticsearch', 'memory', 'sql', 'faiss', 'milvus', 'weaviate']
|
|
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: true
|
|
descriptive_module_title: true
|
|
add_method_class_prefix: false
|
|
add_member_class_prefix: false
|
|
filename: document_store.md
|