Skip to content

Commit 38f4dc3

Browse files
committed
fixing pivot groups
1 parent ce98067 commit 38f4dc3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

articles/ai-services/agents/how-to/tools/azure-ai-search.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ Use an existing Azure AI Search index with the agent's Azure AI Search tool.
3333
**Index with semantic configuration**
3434
- By default, the Azure AI Search tool runs hybrid + semantic search on all text fields.
3535

36-
<a id="overview-azure-ai-search"></a>
37-
3836
[!INCLUDE [setup](../../includes/azure-search/setup.md)]
3937

4038
::: zone-end

articles/ai-services/agents/includes/azure-search/code-examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ ms.date: 12/10/2024
1111
This quickstart shows how to use an existing Azure AI Search index with the Azure AI Search tool.
1212

1313
### Prerequisites
14-
Complete the [Azure AI Search tool setup](../../how-to/tools/azure-ai-search.md#overview-azure-ai-search).
15-
14+
Complete the [Azure AI Search tool setup](../../how-to/tools/azure-ai-search.md?pivot=overview-azure-ai-search).
1615
### Step 1: Create an Azure AI Client
1716
First, create an Azure AI Client using the connection string of your project.
1817
# [Python](#tab/python)

0 commit comments

Comments
 (0)