Comparison
Awesome-LLM-RAG vs rag-fusion
Verdict
Pick Awesome-LLM-RAG when tags unique to Awesome-LLM-RAG: retrieval-information, embeddings, llm, large-language-models; pick rag-fusion when tags unique to rag-fusion: python, chromadb, information-retrieval, rag-fusion.
Markdown twin · Awesome-LLM-RAG alternatives · rag-fusion alternatives
GraphCanon updated today
vs
Trust & integrity
| Signal | Awesome-LLM-RAG | rag-fusion |
|---|---|---|
| Maintenance | Active (25d since push) As of today · github_public_v1 | Steady (75d since push) As of today · github_public_v1 |
| Provenance | Not a fork · Personal account As of today · github_public_v1 | Not a fork · Personal account As of today · github_public_v1 |
| Security (OSV) | No lockfile As of today · none | No lockfile As of today · none |
Tagline
- Awesome-LLM-RAG
- a curated list of advanced retrieval augmented generation (RAG) in Large Language Models
- rag-fusion
- RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.
Stars
- Awesome-LLM-RAG
- 1.3k
- rag-fusion
- 946
Forks
- Awesome-LLM-RAG
- 86
- rag-fusion
- 113
Open issues
- Awesome-LLM-RAG
- 8
- rag-fusion
- 0
Language
- Awesome-LLM-RAG
- -
- rag-fusion
- Python
Adopt for
- Awesome-LLM-RAG
- Awesome-LLM-RAG is a curated list specific to advanced retrieval augmented generation (RAG) techniques for Large Language Models.
- rag-fusion
- -
Persona
- Awesome-LLM-RAG
- -
- rag-fusion
- -
Runtime
- Awesome-LLM-RAG
- -
- rag-fusion
- -
License
- Awesome-LLM-RAG
- -
- rag-fusion
- MIT
Last pushed
- Awesome-LLM-RAG
- Jun 15, 2026
- rag-fusion
- Apr 26, 2026
Categories
- Awesome-LLM-RAG
- LLM Frameworks, Data & Retrieval
- rag-fusion
- LLM Frameworks, Vector Databases, Data & Retrieval
Trust and health
Maintenance
- Awesome-LLM-RAG
- Active (82%)
- rag-fusion
- Steady (60%)
Days since push
- Awesome-LLM-RAG
- 25d
- rag-fusion
- 75d
Open issues (now)
- Awesome-LLM-RAG
- 8
- rag-fusion
- 0
Full report
- Awesome-LLM-RAG
- Trust report
- rag-fusion
- Trust report
Choose Awesome-LLM-RAG if…
- Tags unique to Awesome-LLM-RAG: retrieval-information, embeddings, llm, large-language-models.
- When you are focusing on the detailed implementation and utilization of RAG in large language models, as Awesome-LLM-RAG provides a deep dive into advanced RAG approaches.
- More GitHub stars (1.3k vs 946) - visibility, not fit.
When NOT to use Awesome-LLM-RAG
- If you are looking for introductory material on LLM frameworks broadly; Awesome-LLM-RAG does not cover basics of large language models but rather focuses on advanced topics.
- Not recommended if your interest is in broad categories like general vector databases or data retrieval without a focus on RAG within LLMs, as the content is highly specialized.
Choose rag-fusion if…
- Tags unique to rag-fusion: python, chromadb, information-retrieval, rag-fusion.
- Also covers Vector Databases.
- Leaner open-issue backlog (0).
When NOT to use rag-fusion
- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
- Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (jxzhangjhu/Awesome-LLM-RAG) · observed Jul 11, 2026
- GitHub forks (jxzhangjhu/Awesome-LLM-RAG) · observed Jul 11, 2026
- Last push (jxzhangjhu/Awesome-LLM-RAG) · observed Jun 15, 2026
- License file (unknown) · observed Jul 11, 2026
- Decision facts (enrichment) · observed Jul 12, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (Raudaschl/rag-fusion) · observed Jul 11, 2026
- GitHub forks (Raudaschl/rag-fusion) · observed Jul 11, 2026
- Last push (Raudaschl/rag-fusion) · observed Apr 26, 2026
- License file (MIT) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: Awesome-LLM-RAG 1.3k · rag-fusion 946 (synced Jul 11, 2026).
Common questions
- What is the difference between Awesome-LLM-RAG and rag-fusion?
- Awesome-LLM-RAG: a curated list of advanced retrieval augmented generation (RAG) in Large Language Models. rag-fusion: RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.. See the comparison table for live GitHub stats and shared categories.
- When should I choose Awesome-LLM-RAG over rag-fusion?
- Choose Awesome-LLM-RAG over rag-fusion when Tags unique to Awesome-LLM-RAG: retrieval-information, embeddings, llm, large-language-models; When you are focusing on the detailed implementation and utilization of RAG in large language models, as Awesome-LLM-RAG provides a deep dive into advanced RAG approaches; More GitHub stars (1.3k vs 946) - visibility, not fit.
- When should I choose rag-fusion over Awesome-LLM-RAG?
- Choose rag-fusion over Awesome-LLM-RAG when Tags unique to rag-fusion: python, chromadb, information-retrieval, rag-fusion; Also covers Vector Databases; Leaner open-issue backlog (0).
- When should I avoid Awesome-LLM-RAG?
- If you are looking for introductory material on LLM frameworks broadly; Awesome-LLM-RAG does not cover basics of large language models but rather focuses on advanced topics. Not recommended if your interest is in broad categories like general vector databases or data retrieval without a focus on RAG within LLMs, as the content is highly specialized.
- When should I avoid rag-fusion?
- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate. Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
- Is Awesome-LLM-RAG or rag-fusion more popular on GitHub?
- Awesome-LLM-RAG has more GitHub stars (1,338 vs 946). Stars measure visibility, not whether either tool fits your constraints.
- Are Awesome-LLM-RAG and rag-fusion open source?
- Yes - both are open-source projects on GitHub.
- Where can I find alternatives to Awesome-LLM-RAG or rag-fusion?
- GraphCanon lists graph-backed alternatives at Awesome-LLM-RAG alternatives and rag-fusion alternatives (Awesome-LLM-RAG markdown twin, rag-fusion markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, Awesome-LLM-RAG or rag-fusion?
- Awesome-LLM-RAG: Active. rag-fusion: Steady. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for Awesome-LLM-RAG and rag-fusion?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: Awesome-LLM-RAG trust report; rag-fusion trust report.