Skip to content

Commit 7689172

Browse files
Merge pull request #278022 from ssalgadodev/patch-117
Update concept-retrieval-augmented-generation.md
2 parents 662eaab + 8dee6c1 commit 7689172

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/machine-learning/concept-retrieval-augmented-generation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: balapv
88
ms.reviewer: ssalgado
99
ms.service: machine-learning
1010
ms.subservice: core
11-
ms.date: 07/27/2023
11+
ms.date: 06/10/2024
1212
ms.topic: conceptual
1313
ms.custom:
1414
- prompt-flow
@@ -32,7 +32,7 @@ Traditionally, a base model is trained with point-in-time data to ensure its eff
3232

3333
Fine-tuning is suitable for continuous domain adaptation, enabling significant improvements in model quality but often incurring higher costs. Conversely, RAG offers an alternative approach, allowing the use of the same model as a reasoning engine over new data provided in a prompt. This technique enables in-context learning without the need for expensive fine-tuning, empowering businesses to use LLMs more efficiently.
3434

35-
RAG allows businesses to achieve customized solutions while maintaining data relevance and optimizing costs. By adopting RAG, companies can use the reasoning capabilities of LLMs, utilizing their existing models to process and generate responses based on new data. RAG facilitates periodic data updates without the need for fine-tuning, thereby streamlining the integration of LLMs into businesses.
35+
RAG allows businesses to achieve customized solutions while maintaining data relevance and optimizing costs. By adopting RAG, companies can use the reasoning capabilities of LLMs, utilizing their existing models to process and generate responses based on new data. RAG facilitates periodic data updates without the need for fine-tuning, streamlining the integration of LLMs into businesses.
3636

3737
+ Provide supplemental data as a directive or a prompt to the LLM
3838
+ Adds a fact checking component on your existing models
@@ -70,7 +70,7 @@ To implement RAG, a few key requirements must be met. First, data should be form
7070

7171
## Conclusion
7272

73-
Azure Machine Learning allows you to incorporate RAG in your AI using the Azure Machine Learning Studio or using code with Azure Machine Learning pipelines. It offers several value additions like the ability to measure and enhance RAG workflows, test data generation, automatic prompt creation, and visualize prompt evaluation metrics. It enables the integration of RAG workflows into MLOps workflows using pipelines. You can also use your data with open source offerings like LangChain.
73+
Azure Machine Learning allows you to incorporate RAG in your AI using the Azure Machine Learning studio or using code with Azure Machine Learning pipelines. It offers several value additions like the ability to measure and enhance RAG workflows, test data generation, automatic prompt creation, and visualize prompt evaluation metrics. It enables the integration of RAG workflows into MLOps workflows using pipelines. You can also use your data with open source offerings like LangChain.
7474

7575
## Next steps
7676

0 commit comments

Comments
 (0)