Skip to content

Commit 2d94d76

Browse files
committed
update directory for data, link to zip.
1 parent 0da76e2 commit 2d94d76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-studio/tutorials/copilot-sdk-build-rag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ These steps deploy a model to a real-time endpoint from the AI Studio [model cat
114114
When you deploy the `gpt-3.5-turbo` model, find the following values in the **View Code** section, and add them to your **.env** file:
115115
116116
```env
117-
AZURE_OPENAI_ENDPOINT=<chat_model_endpoint_value>
117+
AZURE_OPENAI_ENDPOINT=<endpoint_value>
118118
AZURE_OPENAI_CHAT_DEPLOYMENT=<chat_model_deployment_name>
119119
AZURE_OPENAI_API_VERSION=<api_version>
120120
```
@@ -155,7 +155,7 @@ The goal with this RAG-based application is to ground the model responses in you
155155

156156
If you don't have an Azure AI Search index already created, we walk through how to create one. If you already have an index to use, you can skip to the [set the search environment variable](#set-search-index) section. The search index is created on the Azure AI Search service that was either created or referenced in the previous step.
157157

158-
1. Use your own data or [download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/tree/main/tutorial/data) to your local machine. Unzip the file into your **rag-tutorial** folder. This data is a collection of markdown files that represent product information. The data is structured in a way that is easy to ingest into a search index. You build a search index from this data.
158+
1. Use your own data or [download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/blob/main/tutorial/data/product-info.zip) to your local machine. Unzip the file into your **rag-tutorial/data** folder. This data is a collection of markdown files that represent product information. The data is structured in a way that is easy to ingest into a search index. You build a search index from this data.
159159

160160
1. The prompt flow RAG package allows you to ingest the markdown files, locally create a search index, and register it in the cloud project. Install the prompt flow RAG package:
161161

0 commit comments

Comments
 (0)