Skip to content

Commit

Permalink
Small fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomarin committed Apr 20, 2024
2 parents 42ba23b + 6d13e18 commit 55d5764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 06-First-RAG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
}
],
"source": [
"import os\n",
"import random\n",
"import asyncio\n",
"from typing import Dict, List\n",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/botservice/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55d5764

Please sign in to comment.