Skip to content

Commit 677f88e

Browse files
committed
Added zone pivot for REST
1 parent ae2f50b commit 677f88e

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

articles/search/search-get-started-rag.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,33 @@ zone_pivot_groups: programming-languages-ai-search-rag-qs
1616

1717
In this quickstart, you send queries to a chat completion model for a conversational search experience over your indexed content on Azure AI Search. After setting up Azure OpenAI and Azure AI Search resources in the Azure portal, you run code to call the APIs.
1818

19+
::: zone pivot="csharp"
1920

20-
::: zone pivot="python"
21+
[!INCLUDE [.NET quickstart](includes/quickstarts/search-get-started-rag-dotnet.md)]
2122

22-
[!INCLUDE [Python quickstart](includes/quickstarts/search-get-started-rag-python.md)]
23+
::: zone-end
24+
25+
::: zone pivot="javascript"
26+
27+
[!INCLUDE [JavaScript quickstart](includes/quickstarts/search-get-started-rag-javascript.md)]
2328

2429
::: zone-end
2530

26-
::: zone pivot="typescript"
31+
::: zone pivot="python"
2732

28-
[!INCLUDE [TypeScript quickstart](includes/quickstarts/search-get-started-rag-typescript.md)]
33+
[!INCLUDE [Python quickstart](includes/quickstarts/search-get-started-rag-python.md)]
2934

3035
::: zone-end
3136

32-
::: zone pivot="javascript"
37+
::: zone pivot="rest"
3338

34-
[!INCLUDE [JavaScript quickstart](includes/quickstarts/search-get-started-rag-javascript.md)]
39+
[!INCLUDE [Rest quickstart](includes/quickstarts/search-get-started-rag-rest.md)]
3540

3641
::: zone-end
3742

38-
::: zone pivot="csharp"
43+
::: zone pivot="typescript"
3944

40-
[!INCLUDE [.NET quickstart](includes/quickstarts/search-get-started-rag-dotnet.md)]
45+
[!INCLUDE [TypeScript quickstart](includes/quickstarts/search-get-started-rag-typescript.md)]
4146

4247
::: zone-end
4348

zone-pivots/zone-pivot-groups.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ groups:
287287
title: TypeScript
288288
- id: csharp
289289
title: C#
290+
- id: rest
291+
title: rest
290292
# Owner: diberry
291293
- id: programming-languages-rest-ps-py-js
292294
title: Programming languages

0 commit comments

Comments
 (0)