NIFI-12660 Added missing Filter property to QueryPinecone

This closes #8292

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
Pierre Villard 2024-01-23 21:03:40 +04:00 committed by exceptionfactory
parent 3fcf5f25b4
commit 89836f32d0
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ class QueryPinecone(FlowFileTransform):
PINECONE_ENV, PINECONE_ENV,
INDEX_NAME, INDEX_NAME,
QUERY, QUERY,
FILTER,
NUMBER_OF_RESULTS, NUMBER_OF_RESULTS,
NAMESPACE, NAMESPACE,
TEXT_KEY, TEXT_KEY,