Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-06-08 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2155998001 Thanks for taking the time to look into this PR guys. If there are any updates/fixes that might be needed here, please ping me. -- This is an automated message from the Apache Git Servi

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-06-08 Thread via GitHub
asfgit closed pull request #8590: NIFI-12983: Qdrant vector store support URL: https://github.com/apache/nifi/pull/8590 -- 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 unsub

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-06-06 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2153033133 Hey guys. Just bumping the PR, since it's been a while now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-23 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2128392260 I am unsure if the failing test is related to the changes in this PR. Doesn't look like it. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-23 Thread via GitHub
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-c

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-23 Thread via GitHub
pvillard31 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1612109584 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/requirements.txt: ## @@ -25,8 +27,10 @@ requests # Pinecone requirements pinecone

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-09 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2103654246 > I'm curious what the role of langchain there is. Does that get used as the official qdrant python API? Langchain provides a common abstraction over several vector databases. Curren

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-09 Thread via GitHub
joewitt commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2102943881 I'm curious what the role of langchain there is. Does that get used as the official qdrant python api? Also seems like this is specifically bound to openai for embeddings. We like

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-09 Thread via GitHub
joewitt commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2102934016 @Anush008 Thanks for the contrib! Can you please rebase as we did a bit of a code structure update. Should be easy to rebase but if you have any questions let me know. Thanks -- This i

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-05-03 Thread via GitHub
pvillard31 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1588993880 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (A

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-04-29 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2082151944 Hi @exceptionfactory. Just bumping this PR. Please take a look when possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-04-09 Thread via GitHub
Anush008 commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2045320105 Thanks for letting me know @exceptionfactory. -- 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

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-04-09 Thread via GitHub
exceptionfactory commented on PR #8590: URL: https://github.com/apache/nifi/pull/8590#issuecomment-2045248710 @Anush008 One procedural note: please avoid adding merge commits to a pull request as it is not required and adds a step to the final merge process. If there are conflicts with the

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-04-01 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546015399 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-04-01 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546015399 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
pvillard31 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546024211 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (A

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546015399 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
pvillard31 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546012716 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (A

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546008281 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
pvillard31 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1546004979 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (A

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1545992040 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1545992040 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF

Re: [PR] NIFI-12983: Qdrant vector store support [nifi]

2024-03-31 Thread via GitHub
Anush008 commented on code in PR #8590: URL: https://github.com/apache/nifi/pull/8590#discussion_r1545992040 ## nifi-python-extensions/nifi-text-embeddings-module/src/main/python/vectorstores/QueryQdrant.py: ## @@ -0,0 +1,192 @@ +# Licensed to the Apache Software Foundation (ASF