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/search/includes/quickstarts/agentic-retrieval-setup.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ author: haileytap
4
4
ms.author: haileytapia
5
5
ms.service: azure-ai-search
6
6
ms.topic: include
7
-
ms.date: 08/26/2025
7
+
ms.date: 10/16/2025
8
8
---
9
9
10
10
## Configure access
@@ -83,22 +83,8 @@ To get the endpoints for this quickstart, select both of the following tabs.
83
83
84
84
To use agentic retrieval, you must deploy two Azure OpenAI models to your Azure AI Foundry resource:
85
85
86
-
+ An embedding model for text-to-vector conversion. This quickstart uses `text-embedding-3-large`, but you can use any embedding model that supports the `text-embedding`task.
86
+
+ An embedding model for text-to-vector conversion. This quickstart uses `text-embedding-3-large`, but you can use any `text-embedding`model.
87
87
88
-
+A [supported chat completion model](../../agentic-retrieval-how-to-create-knowledge-base.md#supported-models)for query planning and answer generation. This quickstart uses `gpt-5-mini`. Optionally, you can use one model for query planning and another model for answer generation, but this quickstart uses the same model for simplicity.
88
+
+An LLM for query planning and answer generation. This quickstart uses `gpt-5-mini`, but you can use any [supported LLM for agentic retrieval](../../agentic-retrieval-how-to-create-knowledge-base.md#supported-models).
89
89
90
-
To deploy the Azure OpenAI models:
91
-
92
-
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and select your Azure AI Foundry resource.
93
-
94
-
1. From the left pane, select **Model catalog**.
95
-
96
-
1. Select **text-embedding-3-large**, and then select **Use this model**.
97
-
98
-
1. Enter a deployment name. To simplify your code, we recommend **text-embedding-3-large**.
99
-
100
-
1. Leave the default settings.
101
-
102
-
1. Select **Deploy**.
103
-
104
-
1. Repeat the previous steps, but this time, deploy **gpt-5-mini** from the model catalog.
90
+
For deployment instructions, see [Deploy Azure OpenAI models with Azure AI Foundry](/azure/ai-foundry/how-to/deploy-models-openai).
0 commit comments