An open API service indexing awesome lists of open source software.

https://github.com/genmech/rag

Retrieval-Augmented Generation (RAG) is a powerful and popular technique that applies specialized knowledge to large language models (LLMs).
https://github.com/genmech/rag

Last synced: 3 months ago
JSON representation

Retrieval-Augmented Generation (RAG) is a powerful and popular technique that applies specialized knowledge to large language models (LLMs).

Awesome Lists containing this project

README

        

# Retrieval-Augmented Generation (RAG)
If is a powerful and popular technique that applies specialized knowledge to large language models (LLMs). However, traditional RAG methods tend to have increasingly long prompts, sometimes exceeding 40k, which can result in high financial and latency costs. Moreover, the decreased information density within the prompts can lead to performance degradation in LLMs, such as the "lost in the middle" issue.

# Tools Used
- Pinecone
- GroqCloud
- Cohere