fix: Set 'Include Metadata' as non-advanced option (#9400)
* Set 'Include Metadata' as non-advanced option Changed the 'Include Metadata' parameter in KBRetrievalComponent from advanced to non-advanced, making it more visible in the UI. * [autofix.ci] apply automated fixes * Update Knowledge Retrieval.json * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
8fff7cc4a4
commit
ede849aaf7
2 changed files with 38 additions and 36 deletions
|
|
@ -66,7 +66,7 @@ class KBRetrievalComponent(Component):
|
|||
display_name="Include Metadata",
|
||||
info="Whether to include all metadata and embeddings in the output. If false, only content is returned.",
|
||||
value=True,
|
||||
advanced=True,
|
||||
advanced=False,
|
||||
),
|
||||
]
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue