[PR #541] [CLOSED] Add Code-Graph-RAG to RAG section #13810

Closed
opened 2026-07-11 19:21:00 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/541
Author: @vitali87
Created: 3/1/2026
Status: Closed

Base: mainHead: add-code-graph-rag


📝 Commits (1)

  • f0bd99c Add Code-Graph-RAG to RAG section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds Code-Graph-RAG to the RAG (Retrieval Augmented Generation) section.

Code-Graph-RAG is an open source knowledge graph RAG system for multi-language codebase analysis. It uses Tree-sitter AST parsing to build code knowledge graphs in Memgraph and enables natural language querying and editing of code structure. It supports 11 programming languages and integrates as an MCP server with AI assistants like Claude Code.

  • MIT licensed
  • 1,400+ commits, 33+ contributors
  • Published on PyPI

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/541 **Author:** [@vitali87](https://github.com/vitali87) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-code-graph-rag` --- ### 📝 Commits (1) - [`f0bd99c`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/f0bd99cae7fc29234dbaca7397414aabd9f998be) Add Code-Graph-RAG to RAG section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [Code-Graph-RAG](https://github.com/vitali87/code-graph-rag) to the RAG (Retrieval Augmented Generation) section. Code-Graph-RAG is an open source knowledge graph RAG system for multi-language codebase analysis. It uses Tree-sitter AST parsing to build code knowledge graphs in Memgraph and enables natural language querying and editing of code structure. It supports 11 programming languages and integrates as an MCP server with AI assistants like Claude Code. - MIT licensed - 1,400+ commits, 33+ contributors - Published on PyPI --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-11 19:21:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#13810