Skip to content

Commit f8bbae9

Browse files
committed
one
1 parent b4e06e5 commit f8bbae9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/how-to-retrieval-augmented-generation-cloud-to-local.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
author: lgayhardt
1010
ms.author: lagayhar
1111
ms.reviewer: chenlujiao
12-
ms.date: 10/10/2024
12+
ms.date: 10/11/2024
1313
ms.custom:
1414
- prompt-flow
1515
- ignite-2023
@@ -36,15 +36,15 @@ In this article, you learn how to transition RAG flows from your Azure Machine L
3636

3737
:::image type="content" source="./media/how-to-retrieval-augmented-generation-cloud-to-local/vs-code-extension.png" alt-text="Screenshot of the prompt flow VS Code extension in the marketplace.":::
3838

39-
- An [Azure OpenAI account resource](/azure/ai-services/openai/how-to/create-resource#create-a-resource) that has [model deployments](/azure/ai-services/openai/how-to/create-resource#deploy-a-model) for both **chat** and **text-embedding-ada**. If you use an Azure AI Search index as the data source for your vector index, you must also have an Azure AI Search connection.
39+
- An [Azure OpenAI account resource](/azure/ai-services/openai/how-to/create-resource#create-a-resource) that has [model deployments](/azure/ai-services/openai/how-to/create-resource#deploy-a-model) for both **chat** and **text-embedding-ada**.
4040

4141
- A [vector index created](how-to-create-vector-index.md) in Azure Machine Learning studio for the example prompt flow to use.
4242

4343
## Create the prompt flow
4444

4545
This tutorial uses the sample **Q&A on Your Data** RAG prompt flow, which contains a **lookup** node that uses the vector index lookup tool to search questions from the indexed docs stored in the workspace storage blob.
4646

47-
1. On the **Connections** tab of the Azure Machine Learning studio **Prompt flow** page, [set up a connection](prompt-flow/get-started-prompt-flow.md#set-up-connection) to your Azure OpenAI resource if you don't already have one.
47+
1. On the **Connections** tab of the Azure Machine Learning studio **Prompt flow** page, [set up a connection](prompt-flow/get-started-prompt-flow.md#set-up-connection) to your Azure OpenAI resource if you don't already have one. If you use an Azure AI Search index as the data source for your vector index, you must also have an Azure AI Search connection.
4848

4949
1. On the Azure Machine Learning studio **Prompt flow** page, select **Create**.
5050

0 commit comments

Comments
 (0)