Skip to content

Commit 9445fdb

Browse files
committed
minor edits
1 parent 9deb700 commit 9445fdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ In the remaining sections, you set up API calls to Azure OpenAI and Azure AI Sea
206206
AZURE_DEPLOYMENT_MODEL=<YOUR DEPLOYMENT NAME>
207207
```
208208

209-
## Set up the Node.js project
209+
## Set up the Node.JS project
210210

211211
Setup project with Visual Studio Code and TypeScript.
212212

@@ -257,7 +257,7 @@ You should now be logged in to Azure from your local device.
257257

258258
Create a query script that uses the Azure AI Search index and the chat model to generate responses based on grounding data. The following steps guide you through setting up the query script.
259259

260-
1. Create a `query.ts` file in the `src` directory with the following code.
260+
1. Create a `query.js` file in the `src` directory with the following code.
261261

262262
:::code language="javascript" source="~/azure-search-javascript-samples/quickstart-rag-js/src/query.js" :::
263263

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ In the remaining sections, you set up API calls to Azure OpenAI and Azure AI Sea
211211
AZURE_DEPLOYMENT_MODEL=<YOUR DEPLOYMENT NAME>
212212
```
213213

214-
## Set up the Node.js project
214+
## Set up the Node.JS project
215215

216216
Setup project with Visual Studio Code and TypeScript.
217217

0 commit comments

Comments
 (0)