microsoft / promptflow

Build high-quality LLM apps - from prototyping, testing to production deployment and monitoring.
https://microsoft.github.io/promptflow/
MIT License
9.53k stars 872 forks source link

Version of the promptflow used in "Stream chat with async flex flow" notebook #3807

Closed anaarmas-sys closed 1 month ago

anaarmas-sys commented 1 month ago

Hello! Could you help me please: I saw for that notebook you use the next libraries:

from promptflow.client import PFClient from promptflow.connections import AzureOpenAIConnection, OpenAIConnection

in order to use "promptflow.client import PFClient" I have installed promptflow Version: 1.16.1 (with 1.13.0 works too) but when trying to use "from promptflow.connections..." i got the error:

Image

Then, what is the correct version to get both libraries?

anaarmas-sys commented 1 month ago

I have solved it already doing the pip install promptflow[azure]

Thanks for this space