mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +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:
@@ -86,7 +86,8 @@ class Kendra_VectorStores implements INode {
|
||||
description: 'Optional filter to apply when retrieving documents',
|
||||
type: 'json',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
additionalParams: true,
|
||||
acceptVariable: true
|
||||
}
|
||||
]
|
||||
// Note: Kendra doesn't support MMR search, but keeping the structure consistent
|
||||
|
||||
Reference in New Issue
Block a user