Skip to content

Commit 3a36dc2

Browse files
committed
fix
1 parent b45e28e commit 3a36dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/how-to/develop/llama-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ In this example, we are working with the Azure AI model inference API.
2828
To run this tutorial you need:
2929

3030
1. An [Azure subscription](https://azure.microsoft.com).
31-
2. An Azure AI hub resource as explained at [How to create and manage an Azure AI Studio hub](../how-to/create-azure-ai-resource.md).
31+
2. An Azure AI hub resource as explained at [How to create and manage an Azure AI Studio hub](../create-azure-ai-resource.md).
3232
3. A model supporting the [Azure AI model inference API](https://aka.ms/azureai/modelinference) deployed. In this example we use a `Mistral-Large` deployment, but use any model of your preference. For using embeddings capabilities in LlamaIndex, you need an embedding model like `cohere-embed-v3-multilingual`.
3333

34-
* You can follow the instructions at [Deploy models as serverless APIs](../how-to/deploy-models-serverless.md).
34+
* You can follow the instructions at [Deploy models as serverless APIs](../deploy-models-serverless.md).
3535

3636
4. Python 3.8 or later installed, including pip.
3737
5. LlamaIndex installed. You can do it with:

0 commit comments

Comments
 (0)