A field guide to the RAG tool explosion
RAGHub exists because a new retrieval-augmented generation framework drops daily and choosing one is becoming more art than science.

What it does
RAGHub is a community-curated directory for the retrieval-augmented generation ecosystem. It sorts frameworks, engines, vector databases, and evaluation tools into tables with live star counts and recent activity, and includes a FAQ that breaks down how to choose between them based on scale, language, and complexity. The project is maintained by the r/RAG community and accepts contributions via pull requests.
The interesting bit
Instead of just dumping links, the README acts as a decision-support tool. It draws useful distinctions—like the difference between a framework you import versus an engine you deploy—and offers concrete selection criteria that acknowledge the field is currently more art than science.
Key highlights
- Covers the full stack: frameworks, engines, vector DBs, eval tools, and leaderboards
- FAQ directly addresses practical questions: chunking strategies, latency fixes, local model support via Ollama and vLLM
- Tables include live star counts and recent activity timestamps for each entry
- Explicitly distinguishes between full-featured libraries (LangChain, LlamaIndex) and lightweight alternatives (LightRAG)
- Community-driven with contribution guidelines tied to the r/RAG subreddit
Verdict
Developers who need to survey the RAG landscape before picking a stack will find this a useful starting point. If you already know you want LangChain or LlamaIndex and just need docs, skip it.
Frequently asked
- What is Andrew-Jang/RAGHub?
- RAGHub exists because a new retrieval-augmented generation framework drops daily and choosing one is becoming more art than science.
- Is RAGHub open source?
- Yes — Andrew-Jang/RAGHub is open source, released under the MIT license.
- How popular is RAGHub?
- Andrew-Jang/RAGHub has 2k stars on GitHub.
- Where can I find RAGHub?
- Andrew-Jang/RAGHub is on GitHub at https://github.com/Andrew-Jang/RAGHub.