Skip to content

Commit b7550f6

Browse files
authored
Update how-to-use-pipelines-prompt-flow.md
1 parent e831220 commit b7550f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: UUse Azure Machine Learning pipelines examples to construct RAG pipelines (preview)
2+
title: Use Azure Machine Learning pipelines with no code to construct RAG pipelines (preview)
33
titleSuffix: Azure Machine Learning
44
description: Set up Azure Machine Learning pipelines to run Prompt Flow models (preview)
55
services: machine-learning
@@ -8,13 +8,13 @@ author: balapv
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: core
11-
ms.date: 06/20/2024
11+
ms.date: 06/30/2023
1212
ms.topic: how-to
1313
ms.custom: prompt
1414
---
1515

1616

17-
# Use Azure Machine Learning pipelines examples to construct RAG pipelines (preview)
17+
# Use Azure Machine Learning pipelines with no code to construct RAG pipelines (preview)
1818

1919
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.
2020

0 commit comments

Comments
 (0)