Skip to content

Commit 268fbd0

Browse files
committed
Fix code
1 parent cc14987 commit 268fbd0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/search/includes/quickstarts/search-get-started-rag-dotnet.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 06/05/2025
1616
- An [Azure AI Search resource](../../search-create-service-portal.md).
1717
- We recommend using the Basic tier or higher.
1818
- [Enable semantic ranking](../../semantic-how-to-enable-disable.md).
19-
- [Visual Studio Code](https://code.visualstudio.com/download) with the [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) and the [Jupyter package](https://pypi.org/project/jupyter/). For more information, see [Python in Visual Studio Code](https://code.visualstudio.com/docs/languages/python).
19+
- [Visual Studio Code](https://code.visualstudio.com/download) or [Visual Studio](https://visualstudio.com).
20+
- [.NET 9.0](https://dotnet.microsoft.com/download) installed
2021

2122
## Configure access
2223

@@ -240,7 +241,7 @@ Complete the following steps to create a .NET console app to connect to an AI mo
240241
241242
Add the following code to connect to and query the Azure AI Search and Azure OpenAI services.
242243
243-
:::code language="csharp" source="~/azure-search-dotnet-samples/quickstart-rag/minimal-query/Program.cs" :::
244+
:::code language="csharp" source="~/azure-search-dotnet-samples/quickstart-rag/minimal-query/Program.cs" :::
244245
245246
The output from Azure OpenAI consists of recommendations for several hotels, such as the following example:
246247
@@ -281,7 +282,7 @@ If your index has complex types, your query can provide those fields if you firs
281282

282283
The following example updates the user prompt and adds complex types to the request:
283284

284-
:::code language="csharp" source="~/azure-search-dotnet-samples/quickstart-rag/complex-query/Program.cs" :::
285+
:::code language="csharp" source="~/azure-search-dotnet-samples/quickstart-rag/complex-query/Program.cs" :::
285286

286287
The output from Azure OpenAI consists of recommendations for several hotels, such as the following example:
287288

0 commit comments

Comments
 (0)