mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +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:
@@ -89,7 +89,8 @@ class MeilisearchRetriever_node implements INode {
|
||||
type: 'string',
|
||||
description: 'search filter to apply on searchable attributes',
|
||||
additionalParams: true,
|
||||
optional: true
|
||||
optional: true,
|
||||
acceptVariable: true
|
||||
}
|
||||
]
|
||||
this.outputs = [
|
||||
|
||||
Reference in New Issue
Block a user