mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-09 05:37:25 +00:00
Update API docs to include OutputAdapter, OpenAPIServiceConnector and OpenAPIServiceToFunctions (#7076)
This commit is contained in:
parent
0a7dfc1b32
commit
f5645a4454
26
docs/pydoc/config/connectors.yml
Normal file
26
docs/pydoc/config/connectors.yml
Normal file
@ -0,0 +1,26 @@
|
||||
loaders:
|
||||
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
||||
search_path: [../../../haystack/components/connectors]
|
||||
modules: ["openapi_service"]
|
||||
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:
|
||||
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
|
||||
excerpt: Various connectors to integrate with external services.
|
||||
category_slug: haystack-api
|
||||
title: Connectors
|
||||
slug: connectors-api
|
||||
order: 15
|
||||
markdown:
|
||||
descriptive_class_title: false
|
||||
descriptive_module_title: true
|
||||
add_method_class_prefix: true
|
||||
add_member_class_prefix: false
|
||||
filename: connectors_api.md
|
||||
@ -1,7 +1,7 @@
|
||||
loaders:
|
||||
- type: haystack_pydoc_tools.loaders.CustomPythonLoader
|
||||
search_path: [../../../haystack/components/converters]
|
||||
modules: ["azure", "html", "markdown", "pypdf", "tika", "txt"]
|
||||
modules: ["azure", "html", "markdown", "pypdf", "tika", "txt", "output_adapter", "openapi_functions"]
|
||||
ignore_when_discovered: ["__init__"]
|
||||
processors:
|
||||
- type: filter
|
||||
@ -13,7 +13,7 @@ processors:
|
||||
- type: crossref
|
||||
renderer:
|
||||
type: haystack_pydoc_tools.renderers.ReadmePreviewRenderer
|
||||
excerpt: Extracts text from files in different formats and converts it into a unified Document format.
|
||||
excerpt: Various converters to transform data from one format to another.
|
||||
category_slug: haystack-api
|
||||
title: Converters
|
||||
slug: converters-api
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user