mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-27 10:49:52 +00:00

* new docs version * updated directory structure * Add pipelines page * Add Finder deprecation suggestion * header for pipelines file * Document MySQL support * Mention DPR train tutorial coming soon * Mention open distro ES * Update doc strings regarding similarity fn * Add link to API docs * Wrap pipelines docs in box * add api reference for pipelines * copied latest version to v0.6.0 * Remove space * Remove space * Copy to v0.6.0 Co-authored-by: brandenchan <brandenchan@icloud.com>
18 lines
481 B
YAML
18 lines
481 B
YAML
loaders:
|
|
- type: python
|
|
search_path: [../../../../haystack/file_converter]
|
|
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: file_converter.md
|