feat: add rag survey (#8)

* feat: add rag survey

* md page
This commit is contained in:
Emanuel Ferreira
2024-03-17 16:56:28 -03:00
committed by GitHub
parent 6939a0d0dc
commit 91bc189ce0
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -62,6 +62,7 @@
### Survey Papers
- [Retrieval-Augmented Generation for Large Language Models: A Survey](./papers/rag-survey.md) - This survey paper examines Retrieval-Augmented Generation (RAG) in Large Language Models, discussing three paradigms—Naive, Advanced, and Modular RAG—and their key components. It evaluates RAG's impact on accuracy, hallucination reduction, and knowledge updates, also suggesting future research directions for enhancing RAG's effectiveness and scalability. (Yunfan Gao, et al. 2023)
## Contributing
Interested in contributing? Please read the [contribution guidelines](CONTRIBUTING.md) first.
+10
View File
@@ -0,0 +1,10 @@
# [Retrieval-Augmented Generation for Large Language Models: A Survey](https://arxiv.org/abs/2312.10997v1)
## Contributions
## Results
## Insights
## Resources
- [Llamaindex Implementation of SELF-DISCOVER](https://github.com/run-llama/llama_index/tree/main/llama-index-packs/llama-index-packs-self-discover)