Skip to content

Commit

Permalink
Refactoring and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akshata29 committed Mar 30, 2024
1 parent 19f8109 commit 3867ed5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('aspName'))]",
"httpsOnly": true,
"siteConfig": {
"linuxFxVersion": "DOCKER|ghcr.io/akshata29/entaoai-app:latest",
"linuxFxVersion": "DOCKER|ghcr.io/akshata29/entaoai-app",
"alwaysOn": true,
"appSettings": [
{
Expand Down Expand Up @@ -664,7 +664,7 @@
"enabled": true,
"serverFarmId": "[resourceId('Microsoft.Web/serverfarms', variables('aspName'))]",
"siteConfig": {
"linuxFxVersion": "DOCKER|ghcr.io/akshata29/entaoai-python:latest",
"linuxFxVersion": "DOCKER|ghcr.io/akshata29/entaoai-python",
"alwaysOn": true,
"appSettings": [
{
Expand Down
9 changes: 8 additions & 1 deletion app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,11 @@ requests==2.31.0
azure-storage-blob==12.19.1
tiktoken==0.6.0
openai==1.12.0
tenacity==8.2.2
tenacity==8.2.2
langchain==0.1.13
langchain-core==0.1.34
langchain-experimental==0.0.55
langchain-community==0.0.29
langchain-openai==0.1.1
langchainhub==0.1.15
langchain-pinecone==0.0.3

0 comments on commit 3867ed5

Please sign in to comment.