Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1612116673
########## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/requirements.txt: ########## @@ -25,8 +27,10 @@ requests # Pinecone requirements pinecone-client==3.0.1 -tiktoken -langchain==0.1.11 + # OpenSearch requirements opensearch-py==2.5.0 + +# Qdrant requirements +qdrant-client==1.9.0 Review Comment: Thank you. -- 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]
