Open SteveSitekitcare opened 2 weeks ago
Regarding your update 1, I had the same issue and found the following question asking the same. I used pip install promptflow-vectordb==0.2.10
and pip install promptflow-vectordb[azure]==0.2.10
as a successful workaround.
Perhaps there is an issue with the latest release of vectordb
package.
Describe the bug I've installed a fresh copy of VSCODE on my Windows 11 PC. All the dependencies go green for the vscode prompt flow plugin setup.
I have downloaded a Prompt Flow from ai.azure.com I made myself. It had a vector db lookup in it. The issue is my local vscode doesnt know how to deal with the vector node in the flow.dag.yml (see screenshot below)
I read I needed to install "python -m pip install promptflow-vectordb[azure]" But I get the following issue
System Info
Can anyone help?
UPDATE 1
I managed to get all the tooling installed and visible in VS Code. using the following
But now I cant seem to use the vectorloolup even though Ive created a connection to the relevant Azure AI Search.
UPDATE 2
I have managed to get further with the vector support by doing the following
My issue is now the index_type fails to populate with the following error
UPDATE 3
So I havent found a solution to fixing this vectordb plugin issue, so for the time being I've worked around the issue by writing my own python implementation that does the same thing, Below is a list of resources I used to do this.