Skip to content

Commit 013acf8

Browse files
authored
Update README.md
1 parent e30ae91 commit 013acf8

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,10 @@ You can run this template virtually by using GitHub Codespaces. The button will
3636

3737
1. Open the template (this may take several minutes):
3838

39-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](placeholder)
39+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/rag-postgres-openai-python)
4040

4141
2. Open a terminal window
42-
3. Sign in to your Azure account:
43-
44-
```shell
45-
azd auth login
46-
```
47-
48-
4. Provision the resources and deploy the code:
49-
50-
```shell
51-
azd up
52-
```
53-
54-
You will be asked to select two locations, first a region for most of the resources (Container Apps, PostgreSQL), then a region specifically for the Azure OpenAI models. This project uses the gpt-3.5-turbo (version 0125) and text-embedding-ada-002 models which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region accordingly.
42+
3. Continue with the [deployment steps](#deployment)
5543

5644
### VS Code Dev Containers
5745

@@ -63,6 +51,7 @@ A related option is VS Code Dev Containers, which will open the project in your
6351
[![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](placeholder)
6452

6553
3. In the VS Code window that opens, once the project files show up (this may take several minutes), open a terminal window.
54+
4. Continue with the [deployment steps](#deployment)
6655

6756
### Local Environment
6857

@@ -109,7 +98,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
10998
azd up
11099
```
111100

112-
This project uses gpt-3.5-turbo and text-embedding-ada-002 which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region during deployment accordingly.
101+
You will be asked to select two locations, first a region for most of the resources (Container Apps, PostgreSQL), then a region specifically for the Azure OpenAI models. This project uses the gpt-3.5-turbo (version 0125) and text-embedding-ada-002 models which may not be available in all Azure regions. Check for [up-to-date region availability](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#standard-deployment-model-availability) and select a region accordingly.
113102

114103
## Local Development
115104

0 commit comments

Comments
 (0)