mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-28 07:29:06 +00:00
[Docs] Hide api classes in prompt_node (#4869)
* hide api classes in prompt_node * add jsonconverter to docs
This commit is contained in:
parent
f12e5a0127
commit
7ef6bd8373
@ -14,6 +14,7 @@ loaders:
|
||||
"azure",
|
||||
"tika",
|
||||
"txt",
|
||||
"json",
|
||||
]
|
||||
ignore_when_discovered: ["__init__"]
|
||||
processors:
|
||||
|
||||
@ -16,7 +16,7 @@ processors:
|
||||
do_not_filter_modules: false
|
||||
skip_empty_modules: true
|
||||
- type: filter
|
||||
expression: "name not in ['PromptModelInvocationLayer', 'StopWordsCriteria', 'HFLocalInvocationLayer', 'OpenAIInvocationLayer', 'ValidationVisitor', 'FstringParamsTransformer']"
|
||||
expression: "name not in ['PromptTemplateValidationError', 'PromptModelInvocationLayer', 'StopWordsCriteria', 'HFLocalInvocationLayer', 'OpenAIInvocationLayer', '_ValidationVisitor', '_FstringParamsTransformer']"
|
||||
- type: smart
|
||||
- type: crossref
|
||||
renderer:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user