mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-23 16:08:19 +00:00
Docs: Add filter to hide entity post processor (#4160)
* Add filter to hide entity post processor * Add missing space
This commit is contained in:
parent
689f2cd250
commit
e16f1c8935
@ -9,6 +9,8 @@ processors:
|
|||||||
documented_only: true
|
documented_only: true
|
||||||
do_not_filter_modules: false
|
do_not_filter_modules: false
|
||||||
skip_empty_modules: true
|
skip_empty_modules: true
|
||||||
|
- type: filter
|
||||||
|
expression: "name not in ['_EntityPostProcessor']"
|
||||||
- type: smart
|
- type: smart
|
||||||
- type: crossref
|
- type: crossref
|
||||||
renderer:
|
renderer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user