Skip to content

Commit 13ad3ee

Browse files
authored
Fix link for Azure OpenAI chat model deployment
Updated the link for Azure OpenAI chat model deployment to the correct path.
1 parent 901cfb3 commit 13ad3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-understanding/tutorial/build-rag-solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To get started, you need **An active Azure subscription**. If you don't have an
3636
:::image type="content" source="../media/overview/azure-multi-service-resource.png" alt-text="Screenshot of the multi-service resource page in the Azure portal.":::
3737

3838
* **Azure AI Search Resource:** Set up an [Azure AI Search resource](../../../search/search-create-service-portal.md) to enable indexing and retrieval of multimodal data.
39-
* **Azure OpenAI Chat Model Deployment:** Deploy an [Azure OpenAI chat model](../../foundry-models/concepts/deployment-types.md) that enables conversational interactions.
39+
* **Azure OpenAI Chat Model Deployment:** Deploy an [Azure OpenAI chat model](../../../ai-foundry/foundry-models/concepts/deployment-types.md) that enables conversational interactions.
4040
* **Embedding Model Deployment:** Ensure you have an embedding model deployed to generate vector representations for semantic search.
4141
* **API Version:** This tutorial uses the latest preview [API version](/rest/api/contentunderstanding/operation-groups?preserve-view=true).
4242
* **Python Environment:** Install [Python 3.11](https://www.python.org/downloads/) to execute the provided code samples and scripts.

0 commit comments

Comments
 (0)