Update README.md
Browse files
README.md
CHANGED
|
@@ -9,9 +9,8 @@ tags:
|
|
| 9 |
- llama-index
|
| 10 |
---
|
| 11 |
# Summary:
|
| 12 |
-
|
| 13 |
-
#
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
### 3. Indexing the stored data that matches the context of the query.
|
|
|
|
| 9 |
- llama-index
|
| 10 |
---
|
| 11 |
# Summary:
|
| 12 |
+
Retrieval Augmented Generation (RAG) is a technique to specialize a language model with a specific knowledge domain by feeding in relevant data so that it can give better answers.
|
| 13 |
+
# How does RAG works?
|
| 14 |
+
1. Ready/ Preprocess your input data i.e. tokenization & vectorization
|
| 15 |
+
2. Feed the processed data to the Language Model.
|
| 16 |
+
3. Indexing the stored data that matches the context of the query.
|
|
|