-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create README.md * Create app.py FLARE chain using arvix paper q&a app * Add files via upload * Update README.md * Create requirements.txt * Update README.md * Add files via upload * Update README.md * Update README.md * Delete tutorials/Advance-RAG-FLARE_HyDE directory * Update README.md * Update README.md * Update README.md * Update README.md * Create REDME.md * Add files via upload * Rename REDME.md to README.md * Update README.md
- Loading branch information
Showing
3 changed files
with
1,526 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## Better RAG with LOTR - Lord of the Retriever | ||
|
||
### Overview | ||
This repository contains resources and code for enhancing Retrieval-Augmented Generation (RAG) systems using a novel approach termed LOTR (Lord of the Retriever). The primary focus is on addressing the 'Lost in the Middle' (LIM) challenge in RAG systems, particularly in the context of medical/healthcare data. | ||
|
||
### Features | ||
Advanced Retrieval Techniques: Utilizes multiple vector stores and the Merge Retriever approach to efficiently retrieve relevant documents. | ||
LOTR - Merger Retriever: Combines results from various retrievers to form a comprehensive, relevant document list. | ||
LongContextReorder (LOTR): Reorders information to ensure equal attention to all parts of the text. | ||
Domain-Specific Embeddings: Incorporates specialized embeddings for medical and healthcare-related data. | ||
|
||
|
||
## code | ||
|
||
Colab walkthrough for LOTR <a href="https://colab.research.google.com/github/lancedb/vectordb-recipes/blob/main/examples/Advance_RAG_LOTR/main.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a> | ||
|
||
### Learn deeper in Our Blog | ||
For a deeper dive into the cutting-edge technologies of FLARE, and to access detailed technical knowledge, check out our Medium Blog. | ||
|
||
|
||
[Read the Blog Post](https://medium.com/@aksdesai1998/better-rag-enhancing-ai-with-active-retrieval-augmented-generation-flare-3b66646e2a9f) |
Oops, something went wrong.