Skip to content

Commit e4ae97f

Browse files
committed
Renamed H2 in AR quickstart
1 parent 9900b06 commit e4ae97f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/search/includes/quickstarts/agentic-retrieval-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: haileytap
44
ms.author: haileytapia
55
ms.service: azure-ai-search
66
ms.topic: include
7-
ms.date: 09/22/2025
7+
ms.date: 09/23/2025
88
---
99

1010
[!INCLUDE [Feature preview](../previews/preview-generic.md)]
@@ -30,7 +30,7 @@ Although you can provide your own data, this quickstart uses [sample JSON docume
3030

3131
[!INCLUDE [Setup](./agentic-retrieval-setup.md)]
3232

33-
## Set up the code
33+
## Set up the environment
3434

3535
To set up the console application for this quickstart:
3636

articles/search/includes/quickstarts/agentic-retrieval-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Although you can provide your own data, this quickstart uses [sample JSON docume
2828

2929
[!INCLUDE [Setup](./agentic-retrieval-setup.md)]
3030

31-
## Set up the code
31+
## Set up the environment
3232

3333
The sample in this quickstart works with the Java Runtime. Install a Java Development Kit such as [Azul Zulu OpenJDK](https://www.azul.com/downloads/?package=jdk). The [Microsoft Build of OpenJDK](https://www.microsoft.com/openjdk) or your preferred JDK should also work.
3434

articles/search/includes/quickstarts/agentic-retrieval-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Although you can provide your own data, this quickstart uses [sample JSON docume
2828

2929
[!INCLUDE [Setup](./agentic-retrieval-setup.md)]
3030

31-
## Set up the code
31+
## Set up the environment
3232

3333
1. Create a new folder `quickstart-agentic-retrieval` to contain the application and open Visual Studio Code in that folder with the following command:
3434

articles/search/includes/quickstarts/agentic-retrieval-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Although you can provide your own data, this quickstart uses [sample JSON docume
2828

2929
[!INCLUDE [Setup](./agentic-retrieval-setup.md)]
3030

31-
## Set up the code
31+
## Set up the environment
3232

3333
1. Create a new folder `quickstart-agentic-retrieval` to contain the application and open Visual Studio Code in that folder with the following command:
3434

0 commit comments

Comments
 (0)