From 99be37b78ed73a9334e189c550611359dd39bd82 Mon Sep 17 00:00:00 2001 From: TBunkley <104649250+TBunkley@users.noreply.github.com> Date: Fri, 12 Apr 2024 08:36:34 -0500 Subject: [PATCH 1/2] add import statement Missing import os statement --- 06-First-RAG.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/06-First-RAG.ipynb b/06-First-RAG.ipynb index ab45608c..df4d1058 100644 --- a/06-First-RAG.ipynb +++ b/06-First-RAG.ipynb @@ -43,6 +43,7 @@ } ], "source": [ + "import os\n", "import random\n", "import asyncio\n", "from typing import Dict, List\n", From f105685d9a5c7ae3362a6e4360d757098abd9c11 Mon Sep 17 00:00:00 2001 From: Giorgio Saez Date: Fri, 19 Apr 2024 09:43:03 -0500 Subject: [PATCH 2/2] Update ARM Template link.md --- apps/backend/botservice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/botservice/README.md b/apps/backend/botservice/README.md index bd8af4b7..1b8969fe 100644 --- a/apps/backend/botservice/README.md +++ b/apps/backend/botservice/README.md @@ -17,7 +17,7 @@ Below are the steps to run the Bot API as an Azure Wep App, connected with the A 2. Deploy the Bot Web App and the Bot Service by clicking the Button below and type the App Registration ID and Secret Value that you got in Step 1 along with all the other ENV variables you used in the Notebooks -[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fpablomarin%2FGPT-Azure-Search-Engine%2Fmain%2Fapps%2Fbackend%2Fazuredeploy-backend.json) +[![Deploy To Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fpablomarin%2FGPT-Azure-Search-Engine%2Fmain%2Fapps%2Fbackend%2Fbotservice%2Fazuredeploy-backend.json) 3. Zip the code of the bot by executing the following command in the terminal (**you have to be inside the apps/backend/botservice/ folder**): ```bash