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
A deploy of the accelerator fails due to the backend app not having a requirements.txt file entry fixing the version of tenacity
i.e.
tenacity == 8.3.0
in file:
app/backend/requirements.txt
the error is as below
Deploy the app from a codespace and wait for the final restart of the WebApp.
What is the expected behavior?
WebApp to start.
A current workaround is to add to the requirements.txt located at app/backend/requirements.txt an entry:
tenacity == 8.3.0
Screenshots
If applicable, add screenshots to help explain your problem.
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
GitHub branch: main
Version or Latest commit: [obtained by running git log -n 1 <branchname>
commit e60ed3e
What region is your Azure Open AI Service in?
australiaeast
What ChatGPT model are you using?
gpt-4
model name: (i.e. gpt-3.5-turbo, gpt-4)
gpt-4
model version: (i.e. 0613)
1106
Additional context
Found a breadcrumb at the Lang link below. Lang Chain issue
If the bug is confirmed, would you be willing to submit a PR?
Yes
No
The text was updated successfully, but these errors were encountered:
Bug Details
A deploy of the accelerator fails due to the backend app not having a requirements.txt file entry fixing the version of tenacity
i.e.
tenacity == 8.3.0
in file:
app/backend/requirements.txt
the error is as below
What is the expected behavior?
WebApp to start.
A current workaround is to add to the requirements.txt located at app/backend/requirements.txt an entry:
tenacity == 8.3.0
Screenshots
If applicable, add screenshots to help explain your problem.
Information Assistant details
Please provide the following details. You can simply include a screenshot of your Info panel as well.
GitHub branch: main
Version or Latest commit: [obtained by running
git log -n 1 <branchname>
commit e60ed3e
Additional context
Found a breadcrumb at the Lang link below.
Lang Chain issue
If the bug is confirmed, would you be willing to submit a PR?
The text was updated successfully, but these errors were encountered: