langchain/templates/rag-fusion
2023-10-26 19:44:30 -07:00
..
rag_fusion Format Templates (#12396) 2023-10-26 19:44:30 -07:00
tests Templates (#12294) 2023-10-25 18:47:42 -07:00
ingest.py Format Templates (#12396) 2023-10-26 19:44:30 -07:00
main.py Format Templates (#12396) 2023-10-26 19:44:30 -07:00
poetry.lock Templates (#12294) 2023-10-25 18:47:42 -07:00
pyproject.toml Templates (#12294) 2023-10-25 18:47:42 -07:00
README.md Templates (#12294) 2023-10-25 18:47:42 -07:00

RAG Fusion

Re-implemented from this GitHub repo, all credit to original author

RAG-Fusion, a search methodology that aims to bridge the gap between traditional search paradigms and the multifaceted dimensions of human queries. Inspired by the capabilities of Retrieval Augmented Generation (RAG), this project goes a step further by employing multiple query generation and Reciprocal Rank Fusion to re-rank search results.