Skip to content

Commit 55d5764

Browse files
committed
Small fixes and improvements
2 parents 42ba23b + 6d13e18 commit 55d5764

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

06-First-RAG.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
}
4444
],
4545
"source": [
46+
"import os\n",
4647
"import random\n",
4748
"import asyncio\n",
4849
"from typing import Dict, List\n",

apps/backend/botservice/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Below are the steps to run the Bot API as an Azure Wep App, connected with the A
1717

1818
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
1919

20-
[![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)
20+
[![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)
2121

2222
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**):
2323
```bash

0 commit comments

Comments
 (0)