mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
refactor: add display mode
This commit is contained in:
parent
3fa1428ad0
commit
ee23daeed6
|
@ -223,6 +223,11 @@ export const createVectorStoreNode = (args: VectorStoreNodeConstructorArgs) =>
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: true,
|
default: true,
|
||||||
description: 'Whether or not to include document metadata',
|
description: 'Whether or not to include document metadata',
|
||||||
|
displayOptions: {
|
||||||
|
show: {
|
||||||
|
mode: ['load', 'retrieve'],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
// ID is always used for update operation
|
// ID is always used for update operation
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue