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
Copy file name to clipboardExpand all lines: articles/ai-foundry/agents/how-to/tools/deep-research.md
+11-28Lines changed: 11 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,24 @@ ms.topic: how-to
12
12
13
13
# Deep Research tool (preview)
14
14
15
-
The Deep Research model in the Azure AI Foundry Agent Service enables you to use an advanced agentic research capability, and integrate it with your data and systems.
15
+
The Deep Research model in the Azure AI Foundry Agent Service enables you to use web-based research capability, and integrate it with your systems.
16
16
17
17
> [!IMPORTANT]
18
18
> * The Deep Research tool uses **Grounding with Bing Search**. Be sure to read and understand all stipulations of its use, including potential [costs](https://www.microsoft.com/bing/apis/grounding-pricing) that can be incurred, the [terms of use](https://www.microsoft.com/bing/apis/grounding-legal), and [use and display requirements](./bing-grounding.md#how-to-display-grounding-with-bing-search-results). See the [Grounding with Bing Search](./bing-grounding.md) documentation for more information.
19
19
> * The Deep Research tool uses the Azure OpenAI `o3-deep-research` model. This model is not available in Azure OpenAi service.
20
20
21
21
## Usage support
22
-
22
+
The deep research tool is a code-only release and supported via the Agents Python SDK.
23
23
|Azure AI foundry support | Python SDK | C# SDK | JavaScript SDK | REST API |Basic agent setup | Standard agent setup |
The deep research tool is tightly integrated with Grounding with Bing Search and only supports web-based research.
29
+
|Grounding with Bing Search|
30
+
|---------|
31
+
| ✔️ |
32
+
27
33
## How Deep Research works
28
34
29
35
At its core, the Deep Research tool orchestrates a multi-step research pipeline that’s tightly integrated with Grounding with Bing Search and the Azure OpenAI deep research model.
@@ -71,32 +77,9 @@ To use the Deep Research tool, you need to create the Ai Foundry type project, a
71
77
72
78
:::image type="content" source="../../media/tools/deep-research/setup-deep-research-tool.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/setup-deep-research-tool.png":::
73
79
74
-
75
-
1. :::image type="content" source="../../media/tools/deep-research/project-creation.png" alt-text="A screenshot of project creation in Azure AI Foundry." lightbox="../../media/tools/deep-research/project-creation.png":::
76
-
77
-
1. Navigate to the project you created in the agent setup. Click on **Open in management center**.
78
-
:::image type="content" source="../../media/tools/ai-search/project-studio.png" alt-text="A screenshot of a project in Azure AI Foundry." lightbox="../../media/tools/ai-search/project-studio.png":::
79
-
80
-
1. Select **Create connection**.
81
-
82
-
:::image type="content" source="../../media/create-connection.png" alt-text="A screenshot showing the connection creation screen in the Azure AI Foundry portal" lightbox="../../media/create-connection.png":::
83
-
84
-
1. In the screen that appears, select **Grounding with Bing Search**. Then enter your connection details.
85
-
86
-
:::image type="content" source="../../media/tools/deep-research/bing-connection.png" alt-text="A screenshot of the screen to select Grounding with Bing Search." lightbox="../../media/tools/deep-research/bing-connection.png":::
87
-
88
-
:::image type="content" source="../../media/tools/bing/add-connection.png" alt-text="A screenshot of the screen to add a Grounding with Bing Search connection." lightbox="../../media/tools/bing/add-connection.png":::
89
-
90
-
1. Deploy the Deep Research model. Select **Models + Endpoints**. Then select **Deploy model**.
91
-
92
-
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot of the screen to deploy a model." lightbox="../../media/deploy-model.png":::
93
-
94
-
1. Search for the `o3-deep-research` model, and confirm the model deployment.
95
-
96
-
> [!NOTE]
97
-
> You also need to deploy a GPT chat model in your project, for example GPT-4o.
98
-
99
-
:::image type="content" source="../../media/tools/deep-research/deep-research-model.png" alt-text="A screenshot of the model deployment." lightbox="../../media/tools/deep-research/deep-research-model.png":::
80
+
1. Start the new AI Foundry project creation.
81
+
:::image type="content" source="../../media/tools/deep-research/dr-tool-step0.png" alt-text="Steps to set up the deep research tool." lightbox="../../media/tools/deep-research/dr-tool-step0.png":::
0 commit comments