Commit c7cf731
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments