Skip to content

Commit fe98361

Browse files
committed
bing custom search updates
1 parent c09c109 commit fe98361

File tree

2 files changed

+26
-9
lines changed

2 files changed

+26
-9
lines changed

articles/ai-services/agents/how-to/tools/bing-custom-search-samples.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,20 @@ zone_pivot_groups: selection-bing-custom-grounding
1919
::: zone pivot="portal"
2020

2121

22-
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/) and use the Grounding with Bing Custom Search tool in your agent.
22+
1. Navigate to the Create and debug screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
2323

24-
1. Select the agent you created.
24+
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot of the agents screen in the AI Foundry portal.":::
2525

26-
1. Select to add a knowledge tool.
26+
1. Select the **Grounding with Bing Custom Search** tool.
2727

28-
1. Select the **Grounding with Bing Custom Search** tool
28+
1. Select to create a new connection, or use an existing connection
2929

30-
1. Select to create a new connection or use an existing connection
30+
1. For a new connection, select your Grounding with Bing Custom Search resource.
3131

32-
1. For new connection, select your Grounding with Bing Custom Search resource.
32+
1. Once you have connected to a resource, select the configuration name.
3333

34-
1. Once you have connected to a resource, select the configuration name.
34+
1. Save the tool and start chatting with your agent.
3535

36-
1. Save the tool and start chatting with your agent.
3736
:::zone-end
3837

3938
::: zone pivot="javascript"

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Developers and end users don't have access to raw content returned from Groundin
4343

4444
## Setup
4545

46+
> [!NOTE]
47+
> You can only use Azure OpenAI models with Grounding with Bing Custom Search.
48+
4649
1. Create an Azure AI Agent by following the steps in the [quickstart](../../quickstart.md).
4750

4851
1. Create a Grounding with Bing Custom Search resource in the [Azure portal](https://portal.azure.com/#create/Microsoft.BingGroundingCustomSearch). You need to have owner or contributor role in your subscription or resource group to create it. Make sure you create this Grounding with Bing Custom Search resource in the same resource group as your Azure AI Agent, AI Project, and other resources.
@@ -79,7 +82,22 @@ When you create or update a configuration, enter the following information:
7982

8083
1. Determine if you want to include subpages. A subpage slice specifies a domain path. Bing searches all content found at and below the path. You can specify a maximum of two subfolders in the path. For example, `www.microsoft.com/windows/`.
8184

82-
1. Adjust ranking if needed
85+
1. Adjust ranking if needed.
86+
87+
88+
1. Navigate to the Create and debug screen for your agent in the [Azure AI Foundry portal](https://ai.azure.com/), scroll down the Setup pane on the right to **knowledge**. Then select **Add**.
89+
90+
:::image type="content" source="../../media/tools/knowledge-tools.png" alt-text="A screenshot of the agents screen in the AI Foundry portal.":::
91+
92+
1. Select the **Grounding with Bing Custom Search** tool.
93+
94+
1. Select to create a new connection, or use an existing connection
95+
96+
1. For a new connection, select your Grounding with Bing Custom Search resource.
97+
98+
1. Once you have connected to a resource, select the configuration name.
99+
100+
1. Save the tool and start chatting with your agent.
83101

84102
## Custom Search configuration capabilities
85103

0 commit comments

Comments
 (0)