You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/overview-what-is-prompt-flow.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ ms.custom:
10
10
ms.topic: concept-article
11
11
author: s-polly
12
12
ms.author: scottpolly
13
-
ms.reviewer: yozen
14
-
ms.date: 08/25/2024
13
+
ms.reviewer: sooryar
14
+
ms.date: 07/16/2025
15
15
---
16
16
17
17
# What is Azure Machine Learning prompt flow
18
18
19
19
Azure Machine Learning prompt flow is a development tool designed to streamline the entire development cycle of AI applications powered by Large Language Models (LLMs). Prompt flow provides a comprehensive solution that simplifies the process of prototyping, experimenting, iterating, and deploying your AI applications.
20
20
21
-
With Azure Machine Learning prompt flow, you're able to:
21
+
With Azure Machine Learning prompt flow, you can:
22
22
23
23
- Create executable flows that link LLMs, prompts, and Python tools through a visualized graph.
24
24
- Debug, share, and iterate your flows with ease through team collaboration.
@@ -33,16 +33,16 @@ Azure Machine Learning prompt flow offers a range of benefits that help users tr
33
33
34
34
### Prompt engineering agility
35
35
36
-
- Interactive authoring experience: Visual representation of the flow's structure, allowing users to easily understand and navigate their projects. It also offers a notebook-like coding experience for efficient flow development and debugging.
37
-
- Variants for prompt tuning: Users can create and compare multiple prompt variants, facilitating an iterative refinement process.
38
-
- Evaluation: Built-in evaluation flows enable users to assess the quality and effectiveness of their prompts and flows.
39
-
- Comprehensive resources: Access a library of built-in tools, samples, and templates that serve as a starting point for development, inspiring creativity, and accelerating the process.
36
+
-**Interactive authoring experience**: Visual representation of the flow's structure allows users to easily understand and navigate their projects. It also offers a notebook-like coding experience for efficient flow development and debugging.
37
+
-**Variants for prompt tuning**: Users can create and compare multiple prompt variants, facilitating an iterative refinement process.
38
+
-**Evaluation**: Built-in evaluation flows enable users to assess the quality and effectiveness of their prompts and flows.
39
+
-**Comprehensive resources**: Access a library of built-in tools, samples, and templates that serve as a starting point for development, inspiring creativity and accelerating the process.
40
40
41
41
### Enterprise readiness for LLM-based applications
42
42
43
-
- Collaboration: Supports team collaboration, allowing multiple users to work together on prompt engineering projects, share knowledge, and maintain version control.
44
-
- All-in-one platform: Streamlines the entire prompt engineering process, from development and evaluation to deployment and monitoring. Users can effortlessly deploy their flows as Azure Machine Learning endpoints and monitor their performance in real-time, ensuring optimal operation and continuous improvement.
45
-
- Azure Machine Learning Enterprise Readiness Solutions: Prompt flow uses Azure Machine Learning's robust enterprise readiness solutions, providing a secure, scalable, and reliable foundation for the development, experimentation, and deployment of flows.
43
+
-**Collaboration**: Supports team collaboration, allowing multiple users to work together on prompt engineering projects, share knowledge, and maintain version control.
44
+
-**All-in-one platform**: Streamlines the entire prompt engineering process, from development and evaluation to deployment and monitoring. Users can effortlessly deploy their flows as Azure Machine Learning endpoints and monitor their performance in real-time, ensuring optimal operation and continuous improvement.
45
+
-**Azure Machine Learning enterprise readiness solutions**: Prompt flow uses Azure Machine Learning's robust enterprise readiness solutions, providing a secure, scalable, and reliable foundation for the development, experimentation, and deployment of flows.
46
46
47
47
Azure Machine Learning prompt flow empowers agile prompt engineering, seamless collaboration, and robust enterprise LLM-based application development and deployment.
- Initialization: Identify the business use case, collect sample data, learn to build a basic prompt, and develop a flow that extends its capabilities.
56
-
- Experimentation: Run the flow against sample data, evaluate the prompt's performance, and iterate on the flow if necessary. Continuously experiment until satisfied with the results.
57
-
- Evaluation & Refinement: Assess the flow's performance by running it against a larger dataset, evaluate the prompt's effectiveness, and refine as needed. Proceed to the next stage if the results meet the desired criteria.
58
-
- Production: Optimize the flow for efficiency and effectiveness, deploy it, monitor performance in a production environment, and gather usage data and feedback. Use this information to improve the flow and contribute to earlier stages for further iterations.
55
+
-**Initialization**: Identify the business use case, collect sample data, learn to build a basic prompt, and develop a flow that extends its capabilities.
56
+
-**Experimentation**: Run the flow against sample data, evaluate the prompt's performance, and iterate on the flow if necessary. Continuously experiment until satisfied with the results.
57
+
-**Evaluation & Refinement**: Assess the flow's performance by running it against a larger dataset, evaluate the prompt's effectiveness, and refine as needed. Proceed to the next stage if the results meet the desired criteria.
58
+
-**Production**: Optimize the flow for efficiency and effectiveness, deploy it, monitor performance in a production environment, and gather usage data and feedback. Use this information to improve the flow and contribute to earlier stages for further iterations.
59
59
60
-
With prompt flow's methodical process, you can develop, test, refine, and deploy sophisticated AI applications confidently.
60
+
With prompt flow's methodical process, you can confidently develop, test, refine, and deploy sophisticated AI applications.
61
61
62
62
:::image type="content" source="./media/overview-what-is-prompt-flow/prompt-flow-lifecycle.png" alt-text="Diagram of the prompt flow lifecycle starting from initialization to experimentation then evaluation and refinement and finally production. " lightbox = "./media/overview-what-is-prompt-flow/prompt-flow-lifecycle.png":::
0 commit comments