Replies: 3 comments
-
Thanks for reaching out to us. |
Beta Was this translation helpful? Give feedback.
-
Since the documentation is missing connection setup, I had the same problem. Here is the workaround. First move to
The name of connection file is the name of the connection used in the promptflow so it may differ in your file. You also need copy the connection template file and update the value of api_key/api_base to environment variable placeholder. For
In case you have more than one connections, you need to do the same step. Last, you need to set the right value of environment variable in the Web App Configuration or provide environment variable parameters for local docker run. Hope this helpful! |
Beta Was this translation helpful? Give feedback.
-
Hi, @niveditau. The fix is merged #1242 and will be released in the next stable version. |
Beta Was this translation helpful? Give feedback.
-
Once you have created a connection with azure open ai and generated a 'dist' folder and trying to build a docker image it gets stuck at
COPY ./connections/* /connections/
because there was no connections directory generated inside dist directory. I tried creating it manually and it moves forward with the docker image creation but then fails to create a connection at run time. Is here anyone able to successfully deploy the sample using docker even if just locally? Please share your work arounds. Thanks!Beta Was this translation helpful? Give feedback.
All reactions