You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I installed promptflow_vectordb version 0.2.13 in my local environment but when I try to use the common index lookup tool the same way I do in the portal I get the following issues:
The options don't load correctly:
when I try to select the index_type, the options don't get displayed and instead I get an error:
If I just paste the same values I use in Foundry I get an error in the query_type like this:
If I try to run it like that I get an error:
How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:
Install promptflow_vectordb using pip install promptflow_vectordb
Create a new standard flow locally
Add a new box to use Index lookup
You can see the problems for here. it happens every time.
Expected behavior
I would like to be able to configure the index lookup tool locally and run it.
Running Information(please complete the following information):
Describe the bug
I installed promptflow_vectordb version 0.2.13 in my local environment but when I try to use the common index lookup tool the same way I do in the portal I get the following issues:
The options don't load correctly:
when I try to select the index_type, the options don't get displayed and instead I get an error:
If I just paste the same values I use in Foundry I get an error in the query_type like this:
If I try to run it like that I get an error:
How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:
pip install promptflow_vectordb
You can see the problems for here. it happens every time.
Expected behavior
I would like to be able to configure the index lookup tool locally and run it.
Running Information(please complete the following information):
"promptflow": "1.16.2",
"promptflow-azure": "1.16.2",
"promptflow-core": "1.16.2",
"promptflow-devkit": "1.16.2",
"promptflow-tracing": "1.16.2"
}
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: