Skip to content

Commit 89cc147

Browse files
Merge pull request #2458 from fosteramanda/main
Updating docs for azure ai search tool and UI agent setup
2 parents 5443acf + 06911fc commit 89cc147

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

articles/ai-services/agents/how-to/tools/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Agents can access multiple tools in parallel. These can be both Azure OpenAI-hos
3030
|---------|---------|---------|---------|---------|---------|
3131
| [Grounding with Bing Search](./bing-grounding.md) | Allows your agents to incorporate real-time public web data when generating responses. | ✔️ | ✔️ | ✔️ | ✔️ |
3232
|[File search](./file-search.md) | Augments agents with knowledge from outside its model, such as proprietary product information or documents provided by your users. | ✔️ | ✔️ | File upload only | File upload and using blob storage |
33-
| [Azure AI Search](./azure-ai-search.md) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ | | ✔️ |
33+
| [Azure AI Search](./azure-ai-search.md) | Uses an existing Azure AI Search index as a knowledge base. | ✔️ | ✔️ | ✔️ | ✔️ |
3434

3535
## Action tools
3636

articles/ai-services/agents/includes/azure-search/setup.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@ ms.date: 12/10/2024
1313
A prerequisite of using the Azure AI Search tool is to have an existing Azure AI Search index. If you don't have an existing index, you can create one in the Azure portal using the import and vectorize data wizard.
1414
- [Quickstart: Create a vector index with the import and vectorize data wizard in the Azure portal](../../../../search/search-get-started-portal-import-vectors.md)
1515

16-
17-
#### Complete the agent setup
18-
- **Option 1: Standard Agent Setup using an existing AI Search resource** If you want your agent to use an existing AI Search resource to create new indexes or bring existing ones you should use the [standard agent setup and add your AI Search resource ID](../../quickstart.md).
19-
- You can provide your Azure AI Search resource ID in the bicep file. Your resource ID should be in the format: `/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Search/searchServices/{searchServiceName}`.
20-
- **Option 2: Standard Agent Setup** If you want to create a new Azure AI Search resource for your agents to use when creating new indexes follow the [standard agent setup](../../quickstart.md).
21-
22-
2316
#### Create a project connection to the Azure AI Search resource with the index you want to use
24-
Once you have completed the standard agent setup, you must create a project connection to the Azure AI Search resource that contains the index you want to use.
17+
Once you have completed the agent setup, you must create a project connection to the Azure AI Search resource that contains the index you want to use.
2518

2619
If you already connected the AI Search resource that contains the index you want to use to your project, skip this step.
2720

0 commit comments

Comments
 (0)