GitHub 仓库

vitali87/code-graph-rag

Python 首次收录 2025-06-16 更新于 2026-07-16 查看源 ↗

GitHub 仓库 中按Star排名第 436 / 共 783

2.3k Star

The ultimate RAG for your monorepo. Query, understand, and edit multi-language codebases with the power of AI and knowledge graphs

项目介绍

An accurate Retrieval-Augmented Generation (RAG) system that analyzes multi-language codebases using Tree-sitter, builds comprehensive knowledge graphs, and enables natural language querying of codebase structure and relationships as well as editing capabilities.

cgr is published to PyPI and can be installed system-wide so it works from any target repo without activating a project virtualenv. Install with the treesitter-full (all languages) and semantic (vector search) extras:

For a Python-only install, omit the extras. For local development from a clone, use uv tool install --editable "/path/to/code-graph-rag[treesitter-full,semantic]".

After install, cgr is on PATH. From any…

摘自 github.com/vitali87/code-graph-rag

最新指标

Star 2.3k 2026-07-16
Fork 385 2026-07-16
提交 3.0k 2026-07-16
发布 11 2026-07-16
Watcher 28 2026-07-16
开放 issue 25 2026-07-16
开放 PR 0 2026-07-16