Skip to content

Commit 31b797b

Browse files
committed
Updated agentic-retrieval-setup.md
1 parent 4ad038c commit 31b797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/includes/quickstarts/agentic-retrieval-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To get the endpoints for this quickstart, select both of the following tabs.
8383

8484
To use agentic retrieval, you must deploy two Azure OpenAI models to your Azure AI Foundry resource:
8585

86-
+ An embedding model for text-to-vector conversion. This quickstart uses `text-embedding-3-large`, but you can use any text embedding model.
86+
+ An embedding model for text-to-vector conversion. This quickstart uses `text-embedding-3-large`, but you can use any `text-embedding` model.
8787

8888
+ 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).
8989

0 commit comments

Comments
 (0)