mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +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:
@@ -120,7 +120,8 @@ class Weaviate_VectorStores implements INode {
|
||||
name: 'weaviateFilter',
|
||||
type: 'json',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
optional: true,
|
||||
acceptVariable: true
|
||||
}
|
||||
]
|
||||
addMMRInputParams(this.inputs)
|
||||
|
||||
Reference in New Issue
Block a user