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: articles/search/includes/quickstarts/search-get-started-rag-dotnet.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ To access the completed sample app for this article:
222
222
```
223
223
224
224
1. Navigate into the `quickstart-rag` folder.
225
-
1. Open the project you want to testin Visual Studio code or Visual Studio.
225
+
1. Open the project you want to testin Visual Studio Code or Visual Studio.
226
226
227
227
### Create the sample app
228
228
@@ -256,10 +256,21 @@ Complete the following steps to create a .NET console app to connect to an AI mo
256
256
257
257
## Set up the query and chat thread
258
258
259
-
Add the following code to connect to and query the Azure AI Search and Azure OpenAI services.
259
+
If you are following along with the completed sample repo, open the project in the `minimal-query` folder. If you created the project yourself, add the following code to connect to and query the Azure AI Search and Azure OpenAI services:
260
+
261
+
> [!NOTE]
262
+
> Make sure to replace the placeholders for the Azure OpenAI endpoint and model name, as well as the Azure AI Search endpoint and index name.
0 commit comments