You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-15Lines changed: 4 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -36,22 +36,10 @@ You can run this template virtually by using GitHub Codespaces. The button will
36
36
37
37
1. Open the template (this may take several minutes):
38
38
39
-
[](placeholder)
39
+
[](https://codespaces.new/Azure-Samples/rag-postgres-openai-python)
40
40
41
41
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 selecttwo locations, first a region formost 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 availablein 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 selecta region accordingly.
42
+
3. Continue with the [deployment steps](#deployment)
55
43
56
44
### VS Code Dev Containers
57
45
@@ -63,6 +51,7 @@ A related option is VS Code Dev Containers, which will open the project in your
63
51
[](placeholder)
64
52
65
53
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)
66
55
67
56
### Local Environment
68
57
@@ -109,7 +98,7 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
109
98
azd up
110
99
```
111
100
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 selecttwo locations, first a region formost 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 availablein 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 selecta region accordingly.
0 commit comments