We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I get an error when I try to use the embedding tool via the extension:
"Can't find tool promptflow.tools.embedding.embedding The package may not be installed in your Python environment."
But I have promptflow-tools installed.
Environment Information promptflow: "1.12.0", promptflow-azure: "1.12.0", promptflow-core: "1.12.0", promptflow-devkit: "1.12.0", promptflow-tracing: "1.12.0"
python: "3.11.9"
The text was updated successfully, but these errors were encountered:
I've also installed: promptflow-vectordb promptflow-tools[azure] promptflow-vectordb[azure]
but the problem persists.
Sorry, something went wrong.
Could you go to the conda env and use pip list and double check if the package promptflow-tools is correctly installed?
pip list
promptflow-tools
Here is how to identify which conda env is being used by the extension:
Could you go to the conda env and use pip list and double check if the package promptflow-tools is correctly installed? Here is how to identify which conda env is being used by the extension:
Hi thank you for the reply, yes promptflow-tools was correctly installed. It suddenly worked today, without me doing anything.
0mza987
No branches or pull requests
I get an error when I try to use the embedding tool via the extension:
"Can't find tool promptflow.tools.embedding.embedding
The package may not be installed in your Python environment."
But I have promptflow-tools installed.
Environment Information
promptflow: "1.12.0",
promptflow-azure: "1.12.0",
promptflow-core: "1.12.0",
promptflow-devkit: "1.12.0",
promptflow-tracing: "1.12.0"
python: "3.11.9"
The text was updated successfully, but these errors were encountered: