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
+14-6Lines changed: 14 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ This project is designed for deployment to Azure using [the Azure Developer CLI]
9
9
10
10
*[Features](#features)
11
11
*[Getting started](#getting-started)
12
-
*[GitHub Codespaces](#github-codespaces)
13
-
*[VS Code Dev Containers](#vs-code-dev-containers)
14
-
*[Local environment](#local-environment)
12
+
*[GitHub Codespaces](#github-codespaces)
13
+
*[VS Code Dev Containers](#vs-code-dev-containers)
14
+
*[Local environment](#local-environment)
15
15
*[Deployment](#deployment)
16
16
*[Local development](#local-development)
17
17
*[Costs](#costs)
@@ -27,7 +27,13 @@ This project provides the following features:
27
27
* OpenAI function calling to optionally convert user queries into query filter conditions, such as turning "Climbing gear cheaper than $30?" into "WHERE price < 30".
28
28
* Conversion of user queries into vectors using the OpenAI embedding API.
29
29
30
-

30
+

31
+
32
+
## Architecture diagram
33
+
34
+
The deployed app uses a user-assigned managed identity to authenticate to Azure services, and stores logs in Log Analytics.
Copy file name to clipboardExpand all lines: docs/deploy_existing.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# Deploying with existing Azure resources
1
+
# RAG on PostgreSQL: Deploying with existing Azure resources
2
2
3
3
If you already have existing Azure resources, or if you want to specify the exact name of new Azure Resource, you can do so by setting `azd` environment values.
4
4
You should set these values before running `azd up`. Once you've set them, return to the [deployment steps](../README.md#deployment).
0 commit comments