markap14 commented on code in PR #8264:
URL: https://github.com/apache/nifi/pull/8264#discussion_r1458003800
##########
nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryPinecone.py:
##########
@@ -164,8 +172,9 @@ def transform(self, context, flowfile):
index = pinecone.Index(index_name)
text_key =
context.getProperty(self.TEXT_KEY).evaluateAttributeExpressions().getValue()
+ filter =
context.getProperty(self.FILTER).evaluateAttributeExpressions().getValue()
Review Comment:
The expression_language_scope is stated as FLOWFILE_ATTRIBUTE, but the
attributes are not passed in here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]