Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Tool/promptflow_vectordb.tool.common_index_lookup Can't run common index lookup locally #3886

Open
afrancoc2000 opened this issue Dec 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@afrancoc2000
Copy link

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:

  1. 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:
    Image

  2. If I just paste the same values I use in Foundry I get an error in the query_type like this:
    Image

  3. If I try to run it like that I get an error:
    Image

How To Reproduce the bug
Steps to reproduce the behavior, how frequent can you experience the bug:

  1. Install promptflow_vectordb using pip install promptflow_vectordb
  2. Create a new standard flow locally
  3. Add a new box to use Index lookup
    Image

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 Package Version: {
    "promptflow": "1.16.2",
    "promptflow-azure": "1.16.2",
    "promptflow-core": "1.16.2",
    "promptflow-devkit": "1.16.2",
    "promptflow-tracing": "1.16.2"
    }
  • Operating System: Windows 11
  • Python Version: python==3.11.9

Additional context
Add any other context about the problem here.

@afrancoc2000 afrancoc2000 added the bug Something isn't working label Dec 15, 2024
@vsantele
Copy link

vsantele commented Jan 5, 2025

It seems to be related to #3837

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants