Skip to content

Commit c7cf731

Browse files
authored
Dictionary (New Word): Retrieval Augmented Generation (RAG) (#135)
# Word #### Retrieval Augmented Generation (RAG) # Meaning/Definition Retrieval-Augmented Generation (RAG) is a technique in natural language processing that combines two core components: a retrieval system to fetch relevant information from a database or document collection and a generative model (e.g., a large language model) to process this information and produce contextually appropriate outputs. This a method where a system looks up relevant information from a database or documents and uses that information to generate accurate and useful responses. Instead of guessing or relying only on what it knows, RAG finds the right facts first and then combines them with its language skills to create better answers. This helps avoid mistakes and ensures the response is based on real, up-to-date information.
1 parent 04ead96 commit c7cf731

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
layout: ../../layouts/word.astro
3+
title: "Retrieval Augmented Generation (RAG)"
4+
---
5+
Retrieval-Augmented Generation (RAG) is a technique in natural language processing that combines two core components: a retrieval system to fetch relevant information from a database or document collection and a generative model (e.g., a large language model) to process this information and produce contextually appropriate outputs.
6+
7+
This a method where a system looks up relevant information from a database or documents and uses that information to generate accurate and useful responses. Instead of guessing or relying only on what it knows, RAG finds the right facts first and then combines them with its language skills to create better answers. This helps avoid mistakes and ensures the response is based on real, up-to-date information.

0 commit comments

Comments
 (0)