docs: fix Prompt_Node and Pipelines API reference (#4858)

* fix: Prompt_Node and Pipelines API reference

* deleted invocation layers
This commit is contained in:
Daria Fokina 2023-05-09 19:04:55 +02:00 committed by GitHub
parent 28463e38e5
commit dbbdc5464a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

@ -6,6 +6,7 @@ loaders:
processors:
- type: filter
expression: "name not in ['_HaystackBeirRetrieverAdapter', '_RayDeploymentWrapper']"
- type: filter
documented_only: true
do_not_filter_modules: false
skip_empty_modules: true

View File

@ -1,7 +1,13 @@
loaders:
- type: python
search_path: [../../../haystack/nodes/prompt]
modules: ["prompt_node"]
modules:
[
"prompt_node",
"prompt_model",
"prompt_template",
"shapers",
]
ignore_when_discovered: ["__init__"]
processors:
- type: filter