Skip to content

Commit 0e571a2

Browse files
committed
fixed all warnings
1 parent 3b70a3c commit 0e571a2

File tree

2 files changed

+3
-21
lines changed

2 files changed

+3
-21
lines changed

articles/ai-studio/how-to/llmops-azure-devops-promptflow.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ services: azure-ai-studio
66
author: ritesh-modi
77
ms.author: rimod
88
ms.service: azure-ai-studio
9-
ms.subservice: prompt-flow
109
ms.topic: how-to
1110
ms.reviewer: lagayhar
12-
ms.date: 23/07/2024
1311
ms.custom:
1412
- cli-v2
1513
- sdk-v2
1614
- ignite-2024
1715
- build-2024
1816
---
1917

20-
# LLMOps with prompt flow and Azure DevOps
18+
# Streamlining LLMOps with Prompt Flow and Azure DevOps: A Comprehensive Approach
2119

2220
Large Language Operations, or LLMOps, is the cornerstone of efficient prompt engineering and LLM-infused application development and deployment. As the demand for LLM-infused applications continues to soar, organizations find themselves in need of a cohesive and streamlined process to manage their end-to-end lifecycle.
2321

@@ -47,7 +45,7 @@ LLMOps with prompt flow is a "LLMOps template and guidance" to help you build LL
4745
- **Centralized Code Hosting**: This repo supports hosting code for multiple flows based on prompt flow, providing a single repository for all your flows. Think of this platform as a single repository where all your prompt flow code resides. It's like a library for your flows, making it easy to find, access, and collaborate on different projects.
4846

4947
- **Lifecycle Management**: Each flow enjoys its own lifecycle, allowing for smooth transitions from local experimentation to production deployment.
50-
:::image type="content" source=".../media/prompt-flow/llmops/pipeline.png" alt-text="Screenshot of pipeline." lightbox = "../media/prompt-flow/llmops/pipeline.png":::
48+
:::image type="content" source="../media/prompt-flow/llmops/pipeline.png" alt-text="Screenshot of pipeline." lightbox = "../media/prompt-flow/llmops/pipeline.png":::
5149

5250
- **Variant and Hyperparameter Experimentation**: Experiment with multiple variants and hyperparameters, evaluating flow variants with ease. Variants and hyperparameters are like ingredients in a recipe. This platform allows you to experiment with different combinations of variants across multiple nodes in a flow.
5351

@@ -63,7 +61,6 @@ LLMOps with prompt flow is a "LLMOps template and guidance" to help you build LL
6361

6462
- **Comprehensive Reporting**: Generate detailed reports for each variant configuration, allowing you to make informed decisions. Provides detailed Metric collection, experiment, and variant bulk runs for all runs and experiments, enabling data-driven decisions in csv as well as HTML files.
6563
:::image type="content" source="../media/prompt-flow/llmops/variants.png" alt-text="Screenshot of flow variants report." lightbox = "../media/prompt-flow/llmops/variants.png":::
66-
:::image type="content" source="../media/prompt-flow/llmops/metrics.png" alt-text="Screenshot of metrics report." lightbox = "../media/prompt-flow/llmops/metrics.png":::
6764

6865
Other features for customization:
6966
- Offers **BYOF** (bring-your-own-flows). A **complete platform** for developing multiple use-cases related to LLM-infused applications.
@@ -134,9 +131,6 @@ The repository for this article is available at [LLMOps with Prompt flow templat
134131

135132
From here on, you can learn **LLMOps with prompt flow** by following the end-to-end samples we provided, which help you build LLM-infused applications using prompt flow and Azure DevOps. Its primary objective is to provide assistance in the development of such applications, leveraging the capabilities of prompt flow and LLMOps.
136133

137-
> [!TIP]
138-
> We recommend you understand how to integrate [LLMOps with prompt flow](how-to-integrate-with-llm-app-devops.md).
139-
140134
## Prerequisites
141135

142136
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [Azure AI Studio](https://azure.microsoft.com/free/).
@@ -162,8 +156,6 @@ Prompt flow uses connections resource to connect to endpoints like Azure OpenAI,
162156

163157
Connections can be created through **prompt flow portal UI** or using the **REST API**. Please follow the [guidelines](https://github.com/microsoft/llmops-promptflow-template/blob/main/docs/Azure_devops_how_to_setup.md#setup-connections-for-prompt-flow) to create connections for prompt flow.
164158

165-
Click on the link to know more about [connections](./concept-connections.md).
166-
167159
> [!NOTE]
168160
>
169161
> The sample flows use 'aoai' connection and connection named 'aoai' should be created to execute them.
@@ -288,4 +280,3 @@ python -m llmops.common.prompt_eval --run_id run_id.txt --subscription_id xxxxx
288280
* [FAQS for LLMOps with Prompt flow template](https://github.com/microsoft/llmops-promptflow-template/blob/main/docs/faqs.md)
289281
* [Prompt flow open source repository](https://github.com/microsoft/promptflow)
290282
* [Install and set up Python SDK v2](/python/api/overview/azure/ai-ml-readme)
291-
* [Install and set up Python CLI v2](../how-to-configure-cli.md)

articles/ai-studio/how-to/llmops-github-promptflow.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@ services: azure-ai-studio
66
author: ritesh-modi
77
ms.author: rimod
88
ms.service: azure-ai-studio
9-
ms.subservice: prompt-flow
109
ms.topic: how-to
1110
ms.reviewer: lagayhar
12-
ms.date: 23/07/2024
1311
ms.custom:
1412
- cli-v2
1513
- sdk-v2
1614
- ignite-2024
1715
- build-2024
1816
---
1917

20-
# LLMOps with prompt flow and GitHub
18+
# Elevating LLMOps with Prompt Flow and GitHub: A Unified Strategy for AI Workflows
2119

2220
Large Language Operations, or LLMOps, is the cornerstone of efficient prompt engineering and LLM-infused application development and deployment. As the demand for LLM-infused applications continues to soar, organizations find themselves in need of a cohesive and streamlined process to manage their end-to-end lifecycle.
2321

@@ -62,7 +60,6 @@ LLMOps with prompt flow is a "LLMOps template and guidance" to help you build LL
6260

6361
- **Comprehensive Reporting**: Generate detailed reports for each **variant configuration**, allowing you to make informed decisions. Provides detailed Metric collection, experiment, and variant bulk runs for all runs and experiments, enabling data-driven decisions in csv as well as HTML files.
6462
:::image type="content" source="../media/prompt-flow/llmops/variants.png" alt-text="Screenshot of flow variants report." lightbox = "../media/prompt-flow/llmops/variants.png":::
65-
:::image type="content" source="../media/prompt-flow/llmops/metrics.png" alt-text="Screenshot of metrics report." lightbox = "../media/prompt-flow/llmops/metrics.png":::
6663

6764
Other features for customization:
6865
- Offers **BYOF** (bring-your-own-flows). A **complete platform** for developing multiple use-cases related to LLM-infused applications.
@@ -133,10 +130,6 @@ The repository for this article is available at [LLMOps with Prompt flow templat
133130

134131
From here on, you can learn **LLMOps with prompt flow** by following the end-to-end samples we provided, which help you build LLM-infused applications using prompt flow and GitHub. Its primary objective is to provide assistance in the development of such applications, using the capabilities of prompt flow and LLMOps.
135132

136-
> [!TIP]
137-
> We recommend you understand how to integrate [LLMOps with prompt flow](how-to-integrate-with-llm-app-devops.md).
138-
139-
140133
## Prerequisites
141134

142135
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [Azure AI Studio](https://azure.microsoft.com/free/).
@@ -161,7 +154,6 @@ Prompt Flow uses connections resource to connect to endpoints like Azure OpenAI,
161154

162155
Connections can be created through **prompt flow portal UI** or using the **REST API**. Follow the [guidelines](https://github.com/microsoft/llmops-promptflow-template/blob/main/docs/Azure_devops_how_to_setup.md#setup-connections-for-prompt-flow) to create connections for prompt flow.
163156

164-
Select on the link to know more about [connections](./concept-connections.md).
165157

166158
> [!NOTE]
167159
>
@@ -260,4 +252,3 @@ python -m llmops.common.prompt_eval --run_id run_id.txt --subscription_id xxxxx
260252
* [FAQS for LLMOps with Prompt flow template](https://github.com/microsoft/llmops-promptflow-template/blob/main/docs/faqs.md)
261253
* [Prompt flow open source repository](https://github.com/microsoft/promptflow)
262254
* [Install and set up Python SDK v2](/python/api/overview/azure/ai-ml-readme)
263-
* [Install and set up Python CLI v2](../how-to-configure-cli.md)

0 commit comments

Comments
 (0)