2023-12-20 10:34:54 +00:00
|
|
|
loaders:
|
2024-01-23 18:28:52 +01:00
|
|
|
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
2023-12-20 10:34:54 +00:00
|
|
|
search_path: [../../../haystack/components/others]
|
|
|
|
modules: ["multiplexer"]
|
|
|
|
ignore_when_discovered: ["__init__"]
|
|
|
|
processors:
|
|
|
|
- type: filter
|
|
|
|
expression:
|
|
|
|
documented_only: true
|
|
|
|
do_not_filter_modules: false
|
|
|
|
skip_empty_modules: true
|
|
|
|
- type: smart
|
|
|
|
- type: crossref
|
|
|
|
renderer:
|
2024-01-23 18:28:52 +01:00
|
|
|
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
|
2023-12-20 10:34:54 +00:00
|
|
|
excerpt: Other utility components for Haystack Pipelines.
|
2024-02-01 16:47:26 +01:00
|
|
|
category_slug: haystack-api
|
|
|
|
title: Other Components
|
|
|
|
slug: others-api
|
2024-01-11 16:33:45 +01:00
|
|
|
order: 85
|
2023-12-20 10:34:54 +00:00
|
|
|
markdown:
|
|
|
|
descriptive_class_title: false
|
|
|
|
descriptive_module_title: true
|
|
|
|
add_method_class_prefix: true
|
|
|
|
add_member_class_prefix: false
|
|
|
|
filename: others_api.md
|