Skip to content

Commit f1928b8

Browse files
committed
changes
1 parent c75b512 commit f1928b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ In this article, you learn how to transition RAG flows from your Azure Machine L
2929

3030
- Python 3.9 or above installed locally.
3131

32-
- The `promptflow` SDK and `promptflow-tools` packages installed by running `pip install promptflow promptflow-tools`.
33-
- The `promptflow-vectordb` tool installed by running `pip install promptflow-vectordb[azure]`.
32+
- The `promptflow` SDK and `promptflow-tools` packages installed by running<br>`pip install promptflow promptflow-tools`.
33+
- The `promptflow-vectordb` tool installed by running<br>`pip install promptflow-vectordb`.
3434

3535
- Visual Studio Code with the **Python** and **Prompt flow** extensions installed.
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 [deployed models](/azure/ai-services/openai/how-to/create-resource#deploy-a-model) for both **chat** and **text-embedding-ada**.
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

@@ -80,7 +80,7 @@ The rest of this article details how to use the VS Code Prompt flow extension to
8080

8181
:::image type="content" source="./media/how-to-retrieval-augmented-generation-cloud-to-local/vs-code-extension-toolbar.png" alt-text="Screenshot of the prompt flow VS Code extension icon in the VS Code left menu.":::
8282

83-
1. If necessary, select **Install dependencies** and make sure the correct Python interpreter is selected and the **promptflow** and **promptflow-tools** packages are installed.
83+
1. If necessary, select **Install dependencies** and make sure the correct Python interpreter is selected, and the `promptflow` and `promptflow-tools` packages are installed.
8484

8585
### Create the connections
8686

@@ -139,5 +139,5 @@ For more information about batch run and evaluation, see [Submit flow run to Azu
139139

140140
- [Get started with prompt flow](prompt-flow/get-started-prompt-flow.md)
141141
- [Create a vector index in an Azure Machine Learning prompt flow (preview)](how-to-create-vector-index.md)
142-
- [Index Lookup tool for Azure AI Studio](/azure/ai-studio/how-to/prompt-flow-tools/index-lookup-tool)
142+
- [Use Index Lookup tool for Azure AI Studio](/azure/ai-studio/how-to/prompt-flow-tools/index-lookup-tool)
143143
- [Integrate prompt flow with LLM-based application DevOps](prompt-flow/how-to-integrate-with-llm-app-devops.md)

0 commit comments

Comments
 (0)