Skip to content

Commit 3700ff8

Browse files
Merge pull request #252888 from ssalgadodev/revert-247071-patch-31
Revert "Update how-to-use-pipelines-prompt-flow.md"
2 parents 23ed5f0 + a22ba99 commit 3700ff8

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

articles/machine-learning/how-to-use-pipelines-prompt-flow.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ ms.custom: prompt
1414
---
1515

1616

17-
# Use Azure Machine Learning pipelines to construct RAG pipelines (preview)
18-
19-
This tutorial walks you through how to create an RAG pipeline. The pipeline pulls a Git Repo, creates a Vector Index, automatically generates a test dataset, finds the best prompt for dataset, generates a Prompt flow and uses the test dataset to perform bulk evaluation. For advanced scenarios, you can build your own custom Azure Machine Learning pipelines from code (typically notebooks) that allows you granular control of the RAG workflow. Azure Machine Learning provides several in-built pipeline components for data chunking, embeddings generation, test data creation, automatic prompt generation, prompt evaluation. These components can be used as per your needs using notebooks. You can even use the Vector Index created in Azure Machine Learning in LangChain.
20-
21-
The next step is to use a Vector Index with a Large Language Model, retrieving relevant documents to augment what the model generates, while also testing multiple prompts to find the best and evaluating the performance using Prompt flow and a generated test dataset.
17+
# Use Azure Machine Learning pipelines with no code to construct RAG pipelines (preview)
2218

19+
This tutorial walks you through how to create an RAG pipeline. For advanced scenarios, you can build your own custom Azure Machine Learning pipelines from code (typically notebooks) that allows you granular control of the RAG workflow. Azure Machine Learning provides several in-built pipeline components for data chunking, embeddings generation, test data creation, automatic prompt generation, prompt evaluation. These components can be used as per your needs using notebooks. You can even use the Vector Index created in Azure Machine Learning in LangChain.
2320

2421
[!INCLUDE [machine-learning-preview-generic-disclaimer](includes/machine-learning-preview-generic-disclaimer.md)]
2522

@@ -34,15 +31,6 @@ The next step is to use a Vector Index with a Large Language Model, retrieving r
3431

3532
In your Azure Machine Learning workspace, you can enable prompt flow by turn-on **Build AI solutions with Prompt flow** in the **Manage preview features** panel.
3633

37-
## Productionize Vector Index with Test Data Generation, Auto Prompt, Evaluations and Prompt Flow
38-
39-
1. install dependencies.
40-
41-
```python
42-
%pip install azure-ai-ml
43-
%pip install -U 'azureml-rag[faiss]>=0.1.14'
44-
```
45-
4634
## Prompt Flow pipeline notebook sample repository
4735

4836
Azure Machine Learning offers notebook tutorials for several use cases with prompt flow pipelines.

0 commit comments

Comments
 (0)