You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Grounding with Bing Search](./bing-grounding.md)| Allows your agents to incorporate real-time public web data when generating responses. | ✔️ | ✔️ | ✔️ | ✔️ |
32
32
|[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. | ✔️ | ✔️ |✔️ | ✔️ |
Copy file name to clipboardExpand all lines: articles/ai-services/agents/includes/azure-search/setup.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,8 @@ ms.date: 12/10/2024
13
13
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.
14
14
-[Quickstart: Create a vector index with the import and vectorize data wizard in the Azure portal](../../../../search/search-get-started-portal-import-vectors.md)
15
15
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
-
23
16
#### 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.
25
18
26
19
If you already connected the AI Search resource that contains the index you want to use to your project, skip this step.
0 commit comments