Skip to content
Snippets Groups Projects
Commit c6318b09 authored by Sangamithra Panneer Selvam's avatar Sangamithra Panneer Selvam
Browse files

Update Readme.md

parent bf9cf18e
No related branches found
No related tags found
No related merge requests found
# RAG
Retrieval-augmented generation (RAG) is a technique for enhancing the accuracy and reliability of generative AI models with facts fetched from external sources. It is crucial for ensuring the quality, accuracy, and relevance of the generated output.
![RAG-workflow](RAG-workflow.png)
<img src="RAG-workflow.png" width="200" />
Retrieval-Augmented Generation (RAG) combines two main components:
......@@ -9,6 +10,11 @@ Retrieval-Augmented Generation (RAG) combines two main components:
2. Generation Component: This part involves generating a response or text based on the information retrieved by the first component.
Currently in our DEV AI-Builder we have two published pipelines:
1. RAG-Pipeline-TN
2. RAG-Pipeline-SN ( Script will be updated soon )
More RAG-pipelines will be added to this tutorial folder. This tutorial is currently in the developmental stages and may undergo frequent changes. Contributions, suggestions, and feedback are welcome to help improve this project.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment