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
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,36 @@ This demo originally started out using the code from the [Azure AI Agent QuickSt
13
13
14
14

15
15
16
-
To use the demo you'll need to complete the steps in the [QuickStart](https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-javascript) to set up your Azure AI Foundry project. If you'd like to use the AI Search/RAG functionality in the demo, you'll find details about the setup in the [AI Search tooling](https://learn.microsoft.com/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=azurecli%2Cjavascript&pivots=code-examples) document.
16
+
## AI Foundry Project Setup
17
+
18
+
To use the demo you'll need to create an Azure AI Foundry project by following the [QuickStart](https://learn.microsoft.com/azure/ai-services/agents/quickstart?pivots=programming-language-javascript).
19
+
20
+
## AI Search Tooling Setup
21
+
22
+
If you'd like to use the AI Search/RAG functionality in the demo, you'll find details about the setup in the [AI Search tooling](https://learn.microsoft.com/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=azurecli%2Cjavascript&pivots=code-examples) document. You'll need to:
23
+
24
+
- Add the health documents in `files` to an Azure Blob Storage container.
25
+
- Import the health documents into an Azure AI Search index using the [Azure AI Search Importer](https://learn.microsoft.com/en-us/azure/search/search-get-started-portal-import-vectors).
26
+
- Create a connection to the AI Search resource in your AI Foundry project. See [Azure AI Search Importer](https://learn.microsoft.com/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=azurecli%2Cjavascript&pivots=code-examples#import-documents-into-an-index).
27
+
28
+
## Bing Grounding Tooling Setup
29
+
30
+
If you'd like to use the Bing Grounding functionality in the demo, you'll find details about the setup in the [Bing Grounding tooling](https://learn.microsoft.com/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=azurecli%2Cjavascript&pivots=code-examples) document.
17
31
18
32
## Running the Demo
19
33
20
34
After going through the QuickStart steps (and optionally the AI Search and Bing Grounding tooling setup), perform the following steps:
21
35
22
36
1. Rename `.env.template` to `.env`.
23
37
24
-
1. Assign your Azure AI Foundry endpoint, your AI Search and Bing Grounding connection name from Azure AI Foundry, and (optionally) the model deployment name to the `.env` file keys.
38
+
1. Assign your Azure AI Foundry endpoint, your AI Search connection ID, the AI Search index name, and the Bing Grounding connection ID from Azure AI Foundry to the appropriate env keys. You can optionally change the model deployment name.
0 commit comments