Skip to content

Commit 3b71b9f

Browse files
committed
add prereqs in setup
1 parent cd184b7 commit 3b71b9f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

articles/search/includes/quickstarts/semantic-ranker-javascript.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ms.date: 07/09/2025
1414

1515
In this quickstart, you use an IDE and the [**@azure/search-documents**](https://www.npmjs.com/package/@azure/search-documents) client library to add semantic ranking to an existing search index.
1616

17-
We recommend [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
17+
The quickstart assumes the following is available on your computer:
18+
- [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
19+
- [Node.js](https://nodejs.org/) (version 14.x or later) for running the sample.
1820

1921
> [!TIP]
2022
> You can [download the source code](https://github.com/Azure-Samples/azure-search-javascript-samples/tree/main/quickstart-semantic-ranking-js) to start with a finished project or follow these steps to create your own.

articles/search/includes/quickstarts/semantic-ranker-typescript.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ ms.date: 07/09/2025
1414

1515
In this quickstart, you use an IDE and the [**@azure/search-documents**](https://www.npmjs.com/package/@azure/search-documents) client library to add semantic ranking to an existing search index.
1616

17-
We recommend [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
17+
The quickstart assumes the following is available on your computer:
18+
- [Visual Studio Code](https://code.visualstudio.com/) for this quickstart.
19+
- [Node.js](https://nodejs.org/) (version 14.x or later) for running the sample.
20+
- [TypeScript](https://www.typescriptlang.org/) for writing the sample code.
1821

1922
> [!TIP]
2023
> You can [download the source code](https://github.com/Azure-Samples/azure-search-javascript-samples/tree/main/quickstart-semantic-ranking-js) to start with a finished project or follow these steps to create your own.

0 commit comments

Comments
 (0)