Skip to content

Commit 1ce6488

Browse files
committed
touchups
1 parent 4b6d5e9 commit 1ce6488

File tree

5 files changed

+3
-1
lines changed

5 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ This tutorial uses the sample **Q&A on Your Data** RAG prompt flow. This flow co
4949

5050
1. Select **Create** on the Azure Machine Learning studio **Prompt flow** page, and on the **Create a new flow** screen, select **Clone** on the **Q&A on Your Data** tile to clone the prompt flow.
5151

52+
The cloned flow opens in the authoring interface.
53+
5254
:::image type="content" source="./media/how-to-retrieval-augmented-generation-cloud-to-local/my-flow.png" alt-text="Screenshot of bring your own data QnA in the Azure Machine Learning studio." lightbox = "./media/how-to-retrieval-augmented-generation-cloud-to-local/my-flow.png":::
5355

5456
1. In your cloned flow, populate the **answer_the_question_with_context** step with your **Connection** and **Deployment** information for the **chat** API.
@@ -125,7 +127,7 @@ To use the vector index lookup tool locally, you need to create the same connect
125127

126128
### Test and run the flow
127129

128-
Scroll up to the top of the flow and fill in the **Inputs** value with a single question for this test run, for example **How to use SDK V2?**, and then select the **Run** icon to run the flow.
130+
Scroll to the top of the flow and fill in the **Inputs** value with a single question for this test run, for example **How to use SDK V2?**, and then select the **Run** icon to run the flow.
129131

130132
:::image type="content" source="./media/how-to-retrieval-augmented-generation-cloud-to-local/flow-run.png" alt-text="Screenshot of the flow dag YAML file showing inputs and highlighting value of the question input and run button.":::
131133

31 Bytes
Loading
91 Bytes
Loading
-96 Bytes
Loading
-189 Bytes
Loading

0 commit comments

Comments
 (0)