Skip to content

Commit 31d382c

Browse files
committed
add ()
1 parent 2d12401 commit 31d382c

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/machine-learning/concept-model-catalog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Other models | Available | Not available
6767

6868
## Managed compute
6969

70-
The capability to deploy models with managed compute builds on platform capabilities of Azure Machine Learning to enable seamless integration, across the entire GenAIOps lifecycle, of the wide collection of models in the model catalog.
70+
The capability to deploy models with managed compute builds on platform capabilities of Azure Machine Learning to enable seamless integration, across the entire GenAIOps (sometimes called LLMOps) lifecycle, of the wide collection of models in the model catalog.
7171

7272
:::image type="content" source="media/concept-model-catalog/llm-ops-life-cycle.png" alt-text="A diagram showing the LLMops life cycle." lightbox="media/concept-model-catalog/llm-ops-life-cycle.png":::
7373

articles/machine-learning/prompt-flow/concept-llmops-maturity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Advance your maturity level for GenAIOps
33
titleSuffix: Azure Machine Learning
4-
description: Learn about the different stages of Large Language Operations (GenAIOps) and how to advance your organization's capabilities.
4+
description: Learn about the different stages of Generative Artificial Intelligence Operations (GenAIOps) and how to advance your organization's capabilities.
55
services: machine-learning
66
ms.service: azure-machine-learning
77
ms.subservice: prompt-flow
@@ -12,9 +12,9 @@ ms.reviewer: sasahami
1212
ms.date: 03/28/2024
1313
---
1414

15-
# Advance your maturity level for Large Language Model Operations (GenAIOps)
15+
# Advance your maturity level for Generative Artificial Intelligence Operations (GenAIOps)
1616

17-
Large Language Model Operations, or **GenAIOps**, describes the operational practices and strategies for managing large language models (LLMs) in production. This article provides guidance on how to advance your capabilities in GenAIOps, based on your organization's current maturity level.
17+
Generative Artificial Intelligence Operations, or **GenAIOps** (sometimes called LLMOps), describes the operational practices and strategies for managing large language models (LLMs) in production. This article provides guidance on how to advance your capabilities in GenAIOps, based on your organization's current maturity level.
1818

1919
:::image type="content" source="../media/concept-llmops-maturity/llmopsml.png" alt-text="Diagram shows maturity level of GenAIOps." lightbox="../media/concept-llmops-maturity/llmopsml.png":::
2020

articles/machine-learning/prompt-flow/how-to-end-to-end-azure-devops-with-prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom:
1919

2020
# GenAIOps with prompt flow and Azure DevOps
2121

22-
Large Language Operations, or **GenAIOps**, has become 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.
22+
Generative Artificial Intelligence Operations, or **GenAIOps** (sometimes called LLMOps), has become 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.
2323

2424
Azure Machine Learning allows you to integrate with **Azure DevOps** to automate the LLM-infused application development lifecycle with prompt flow.
2525

articles/machine-learning/prompt-flow/how-to-end-to-end-llmops-with-prompt-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.date: 01/02/2024
1717

1818
# GenAIOps with prompt flow and GitHub
1919

20-
Large Language Models Operations, or **GenAIOps**, has become 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.
20+
Generative Artificial Intelligence Operations, or **GenAIOps** (sometimes called LLMOps), has become 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.
2121

2222
Azure Machine Learning allows you to integrate with GitHub to automate the LLM-infused application development lifecycle with prompt flow.
2323

articles/machine-learning/prompt-flow/how-to-integrate-with-llm-app-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This documentation focuses on how to effectively combine the capabilities of pro
2929

3030
When developing applications using LLM, it's common to have a standardized application engineering process that includes code repositories and CI/CD pipelines. This integration allows for a streamlined development process, version control, and collaboration among team members.
3131

32-
For developers experienced in code development who seek a more efficient GenAIOps iteration process, the following key features and benefits you can gain from prompt flow code experience:
32+
For developers experienced in code development who seek a more efficient GenAIOps (sometimes called LLMOps) iteration process, the following key features and benefits you can gain from prompt flow code experience:
3333

3434
- **Flow versioning in code repository**. You can define your flow in YAML format, which can stay aligned with the referenced source files in a folder structure.
3535
- **Integrate flow run with CI/CD pipeline**. You can trigger flow runs using the prompt flow CLI or SDK, which can be seamlessly integrated into your CI/CD pipeline and delivery process.

0 commit comments

Comments
 (0)