Microsoft's GraphRAG repository, a modular graph-based Retrieval-Augmented Generation system implemented in Python, is trending on GitHub with 34,340 total stars and 33 new stars today. GraphRAG structures knowledge as a graph to improve retrieval quality over flat vector search. The continued traction signals ongoing practitioner interest in graph-augmented retrieval approaches.
A GitHub repository titled 'production-agentic-rag-course' by jamwithai has accumulated 6,158 stars with 45 added today, indicating community interest in production-grade agentic retrieval-augmented generation systems. The repository appears to be an educational resource focused on deploying agentic RAG pipelines in production environments. Its trending status reflects ongoing developer demand for practical guidance on agentic and RAG architectures.
RAGFlow is an open-source Retrieval-Augmented Generation engine that combines RAG with agent capabilities, positioned as a context layer for LLMs. The project has accumulated over 83,000 GitHub stars with 111 new stars today, indicating sustained community interest. It is maintained by Infiniflow and represents a notable open-source tooling option in the RAG/agent ecosystem.
HippoRAG is an open-source RAG framework published at NeurIPS 2024 by the OSU NLP Group that draws on models of human long-term memory to enable LLMs to continuously integrate knowledge across external documents. It combines retrieval-augmented generation with knowledge graphs and Personalized PageRank to improve multi-hop and associative retrieval. The repository has accumulated 3,742 GitHub stars with ongoing community traction.
A new arXiv preprint introduces a systematic evaluation framework comparing nine standardized RAG scenarios across regular RAG, GraphRAG, Modular RAG, and Agentic RAG on semi-structured knowledge bases. The authors propose a novel context engineering method that reduces token usage by 19–53% for GraphRAG and Agentic RAG by addressing context/memory overflow. A key finding is a 'retrieval-generation gap' where expanded retrieval does not proportionally improve generation quality, suggesting retrieval-oriented metrics overstate the benefits of advanced retrieval. The work targets practitioners building production RAG systems and provides data-driven guidance on when to use each variant.
Graphify is an open-source Python library that converts arbitrary code folders, SQL schemas, scripts, docs, and media into a queryable knowledge graph, designed as a skill layer for AI coding assistants including Claude Code, Cursor, and Gemini CLI. The project has accumulated over 80,000 GitHub stars with strong daily momentum (+885 today), suggesting significant community adoption. It targets the problem of giving AI coding agents structured, cross-artifact context across app code, database schemas, and infrastructure simultaneously.
Graphify is a Python library that converts arbitrary code folders, SQL schemas, scripts, docs, and media into a queryable knowledge graph, designed to serve as a skill or context layer for AI coding assistants including Claude Code, Codex, Cursor, and Gemini CLI. The project has accumulated 72,438 GitHub stars with 504 added today, indicating strong community traction. It targets the problem of giving AI coding agents unified, structured access to heterogeneous project artifacts across code, schema, and infrastructure.
GitNexus is a client-side TypeScript tool that runs entirely in the browser, generating interactive knowledge graphs from GitHub repositories or ZIP files without requiring a server. It includes a built-in Graph RAG agent for code exploration and intelligence queries. The project has accumulated ~39,767 GitHub stars with 269 added today, indicating significant community traction.
FastGPT is an open-source TypeScript platform for building knowledge-based question-answering systems on top of LLMs, featuring data processing pipelines, RAG retrieval, and a visual AI workflow editor. The project has accumulated 28,533 GitHub stars with modest daily growth (+65), indicating steady community traction. It targets developers who want to deploy RAG-based QA systems without extensive configuration.