mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
Chore/Accept Dynamic Variable From Metadata Filter (#5203)
* add acceptVariable property to vector store metadata filter * add accepVariadd acceptVariable property to other json fields
This commit is contained in:
@@ -80,7 +80,8 @@ class Upstash_VectorStores implements INode {
|
||||
name: 'upstashMetadataFilter',
|
||||
type: 'string',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
additionalParams: true,
|
||||
acceptVariable: true
|
||||
},
|
||||
{
|
||||
label: 'Top K',
|
||||
|
||||
Reference in New Issue
Block a user