mirror of https://github.com/apache/nifi.git
NIFI-12660 Added missing Filter property to QueryPinecone
This closes #8292 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
3fcf5f25b4
commit
89836f32d0
|
@ -132,6 +132,7 @@ class QueryPinecone(FlowFileTransform):
|
|||
PINECONE_ENV,
|
||||
INDEX_NAME,
|
||||
QUERY,
|
||||
FILTER,
|
||||
NUMBER_OF_RESULTS,
|
||||
NAMESPACE,
|
||||
TEXT_KEY,
|
||||
|
|
Loading…
Reference in New Issue