Skip to content

Commit be7bf8b

Browse files
Merge pull request #316 from PhilKang0704/broken-link-fix-aahill
Broken links fixing - aahill
2 parents 0a1a98d + 65e9aa7 commit be7bf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/includes/chat-with-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 5/21/2024
1010
ms.custom: include, build-2024
1111
---
1212

13-
To complete this section, you need a local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. Specifically, the `product_info_11.md` file contains product information about the TrailWalker hiking shoes that's relevant for this tutorial example. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/main/tutorial/data.zip) to your local machine.
13+
To complete this section, you need a local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. Specifically, the `product_info_11.md` file contains product information about the TrailWalker hiking shoes that's relevant for this tutorial example. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/refs/heads/main/tutorial/data/product-info.zip) to your local machine.
1414

1515
> [!IMPORTANT]
1616
> The **Add your data** feature in the Azure AI Studio playground doesn't support using a virtual network or private endpoint on the following resources:
@@ -36,7 +36,7 @@ Follow these steps to add your data in the chat playground to help the assistant
3636

3737
1. Select **Upload** > **Upload files** to browse your local files.
3838

39-
1. Select the files you want to upload. Select the product information files that you [downloaded](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/main/tutorial/data.zip) or created earlier. Add all of the files now. You won't be able to add more files later in the same playground session.
39+
1. Select the files you want to upload. Select the product information files that you [downloaded](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/refs/heads/main/tutorial/data/product-info.zip) or created earlier. Add all of the files now. You won't be able to add more files later in the same playground session.
4040

4141
1. Select **Upload** to upload the file to your Azure Blob storage account. Then select **Next**.
4242

0 commit comments

Comments
 (0)