Skip to content

Commit f41b88f

Browse files
committed
still fixing links
1 parent 67c2b79 commit f41b88f

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ zone_pivot_groups: selection-azure-ai-search
1414
---
1515

1616
# Use an existing AI Search index with the Azure AI Search tool
17-
::: zone pivot="overview"
17+
::: zone pivot="overview" id="overview-pivot"
1818

1919
Use an existing Azure AI Search index with the agent's Azure AI Search tool.
2020

@@ -33,6 +33,8 @@ 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"></a>
37+
3638
[!INCLUDE [setup](../../includes/azure-search/setup.md)]
3739

3840
::: zone-end

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ zone_pivot_groups: selection-file-search
1515

1616
# Azure AI Agent Service file search tool
1717

18-
::: zone pivot="overview"
18+
::: zone pivot="overview" id="overview-pivot"
19+
20+
<a id="overview"></a>
1921

2022
File search augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users.
2123

@@ -45,7 +47,10 @@ The file search tool uses the Azure AI Search and Azure Blob Storage resources y
4547
- Vector stores get created using your connected Azure AI Search resource
4648
<br> </br>
4749

48-
For both agent setups, OpenAI handles the entire ingestion process, including automatically parsing and chunking documents, generating and storing embeddings, and utilizing both vector and keyword searches to retrieve relevant content for user queries.
50+
For both agent setups, OpenAI handles the entire ingestion process, which includes:
51+
- Automatically parsing and chunking documents
52+
- Generating and storing embeddings
53+
- Utilizing both vector and keyword searches to retrieve relevant content for user queries.
4954

5055
There is no difference in the code between the two setups; the only variation is in where your files and created vector stores are stored.
5156

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +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?pivot=overview).
14+
Complete the [Azure AI Search tool setup](../../how-to/tools/azure-ai-search.md#overview).
1515

1616
### Step 1: Create an Azure AI Client
1717
First, create an Azure AI Client using the connection string of your project.

0 commit comments

Comments
 (0)