mirror of
https://github.com/RYDE-WORK/Advanced-RAG.git
synced 2026-01-19 13:56:01 +08:00
Update README.md
This commit is contained in:
parent
2b787999d5
commit
4e6b09843f
18
README.md
18
README.md
@ -1 +1,17 @@
|
||||
# Advanced-RAG
|
||||
# Advanced RAG
|
||||
|
||||
**What is RAG?**
|
||||
|
||||
Retrieval augmented generation (RAG) is a natural language processing (NLP) technique that employes the capabilities of retrieval and generative based AI models.
|
||||
|
||||
**What is Naive RAG?**
|
||||
|
||||
Naive RAG often refers to splitting documents into chunks, embedding them, and retrieving chunks based on semantic similarity search to a user question.
|
||||
|
||||
It's simple, but of poor overall performance.
|
||||
|
||||
**That's why we need Advanced RAG.**
|
||||
|
||||
In this tutorials (Advanced RAG), we will learn the techniques and best practices in RAG application development, that can improve the quality of the RAG.
|
||||
|
||||
It's crucial to the success of a RAG application.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user