Comparison
awesome-generative-ai vs rag-fusion
Verdict
Pick awesome-generative-ai when license: awesome-generative-ai is CC0-1.0, rag-fusion is MIT; pick rag-fusion when license: rag-fusion is MIT, awesome-generative-ai is CC0-1.0.
Markdown twin · awesome-generative-ai alternatives · rag-fusion alternatives
GraphCanon updated today
vs
Trust & integrity
| Signal | awesome-generative-ai | rag-fusion |
|---|---|---|
| Maintenance | Slowing (205d since push) As of 1d · github_public_v1 | Steady (75d since push) As of 1d · github_public_v1 |
| Provenance | Not a fork · Personal account As of 1d · github_public_v1 | Not a fork · Personal account As of 1d · github_public_v1 |
| Security (OSV) | No lockfile As of 1d · none | No lockfile As of 1d · none |
Tagline
- awesome-generative-ai
- A curated list of Generative AI tools, works, models, and references
- rag-fusion
- RAG-Fusion: multi-query generation + Reciprocal Rank Fusion for better retrieval-augmented generation. Includes evaluation harness with NFCorpus/BEIR.
Stars
- awesome-generative-ai
- 3.5k
- rag-fusion
- 946
Forks
- awesome-generative-ai
- 821
- rag-fusion
- 113
Open issues
- awesome-generative-ai
- 250
- rag-fusion
- 0
Language
- awesome-generative-ai
- -
- rag-fusion
- Python
Adopt for
- awesome-generative-ai
- -
- rag-fusion
- -
Persona
- awesome-generative-ai
- -
- rag-fusion
- -
Runtime
- awesome-generative-ai
- -
- rag-fusion
- -
License
- awesome-generative-ai
- CC0-1.0
- rag-fusion
- MIT
Last pushed
- awesome-generative-ai
- Dec 18, 2025
- rag-fusion
- Apr 26, 2026
Categories
- awesome-generative-ai
- AI Agents, LLM Frameworks, Vector Databases
- rag-fusion
- Data & Retrieval, LLM Frameworks, Vector Databases
Trust and health
Maintenance
- awesome-generative-ai
- Slowing (36%)
- rag-fusion
- Steady (60%)
Days since push
- awesome-generative-ai
- 205d
- rag-fusion
- 75d
Open issues (now)
- awesome-generative-ai
- 250
- rag-fusion
- 0
Full report
- awesome-generative-ai
- Trust report
- rag-fusion
- Trust report
Choose awesome-generative-ai if…
- License: awesome-generative-ai is CC0-1.0, rag-fusion is MIT.
- Tags unique to awesome-generative-ai: ai-art, awesome, awesome-list, chatgpt.
- Also covers AI Agents.
When NOT to use awesome-generative-ai
- Last GitHub push was 206 days ago (slowing maintenance, Dec 18, 2025). Validate activity before betting a new project on awesome-generative-ai.
- AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism.
- 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.
Choose rag-fusion if…
- License: rag-fusion is MIT, awesome-generative-ai is CC0-1.0.
- Tags unique to rag-fusion: chromadb, information-retrieval, openai, python.
- Also covers Data & Retrieval.
When NOT to use rag-fusion
- Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
- 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.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (filipecalegario/awesome-generative-ai) · observed Jul 11, 2026
- GitHub forks (filipecalegario/awesome-generative-ai) · observed Jul 11, 2026
- Last push (filipecalegario/awesome-generative-ai) · observed Dec 18, 2025
- License file (CC0-1.0) · observed Jul 11, 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-generative-ai 3.5k · rag-fusion 946 (synced Jul 11, 2026).
Common questions
- What is the difference between awesome-generative-ai and rag-fusion?
- awesome-generative-ai: A curated list of Generative AI tools, works, models, and references. 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-generative-ai over rag-fusion?
- Choose awesome-generative-ai over rag-fusion when License: awesome-generative-ai is CC0-1.0, rag-fusion is MIT; Tags unique to awesome-generative-ai: ai-art, awesome, awesome-list, chatgpt; Also covers AI Agents.
- When should I choose rag-fusion over awesome-generative-ai?
- Choose rag-fusion over awesome-generative-ai when License: rag-fusion is MIT, awesome-generative-ai is CC0-1.0; Tags unique to rag-fusion: chromadb, information-retrieval, openai, python; Also covers Data & Retrieval.
- When should I avoid awesome-generative-ai?
- Last GitHub push was 206 days ago (slowing maintenance, Dec 18, 2025). Validate activity before betting a new project on awesome-generative-ai. AI Agents: Don't use an agent loop when a deterministic workflow would do; agents add latency, cost, and non-determinism. 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.
- When should I avoid rag-fusion?
- Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough. 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.
- Is awesome-generative-ai or rag-fusion more popular on GitHub?
- awesome-generative-ai has more GitHub stars (3,499 vs 946). Stars measure visibility, not whether either tool fits your constraints.
- Are awesome-generative-ai and rag-fusion open source?
- Yes - both are open-source projects on GitHub (awesome-generative-ai: CC0-1.0, rag-fusion: MIT).
- Where can I find alternatives to awesome-generative-ai or rag-fusion?
- GraphCanon lists graph-backed alternatives at awesome-generative-ai alternatives and rag-fusion alternatives (awesome-generative-ai 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-generative-ai or rag-fusion?
- awesome-generative-ai: Slowing. 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-generative-ai and rag-fusion?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: awesome-generative-ai trust report; rag-fusion trust report.