awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
vitali87 avatar

vitali87/code-graph-rag

0
View on GitHub↗
1,909 stars·320 forks·Python·mit·7 views

Code Graph Rag

Features

  • Advanced RAG Techniques - Knowledge graph system for multi-language codebase analysis.
  • GraphRAG Frameworks - Graph-based retrieval for analyzing and querying multi-language codebases.

Star history

Star history chart for vitali87/code-graph-ragStar history chart for vitali87/code-graph-rag

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Code Graph Rag

Similar open-source projects, ranked by how many features they share with Code Graph Rag.
  • microsoft/graphragmicrosoft avatar

    microsoft/graphrag

    33,792View on GitHub↗

    GraphRAG is a data processing pipeline and retrieval engine designed to transform unstructured text into interconnected knowledge graphs. By utilizing language models to extract entities and relationships, it builds structured representations of information that enable context-aware retrieval for downstream applications. The system distinguishes itself through hierarchical graph clustering and large-scale data synthesis, which organize massive document corpora into multi-level structures. This approach allows for both vector-based semantic searches and graph-based traversals, providing a comp

    Pythongptgpt-4gpt4
    View on GitHub↗33,792
  • memgraph/memgraphmemgraph avatar

    memgraph/memgraph

    4,163View on GitHub↗

    Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management. It utilizes a Cypher query engine for declarative data retrieval and manipulation, providing a scalable knowledge graph backend that integrates vector search and graph traversals. The system distinguishes itself as a real-time graph analytics platform, employing native C++ and CUDA implementations to execute complex network analysis and dynamic community detection on streaming data. It provides specialized support for AI integration, including GraphRAG capabilities, the constr

    C++cyphergraphgraph-algorithms
    View on GitHub↗4,163
  • bibinprathap/veritasgraphbibinprathap avatar

    bibinprathap/VeritasGraph

    289View on GitHub↗

    VeritasGraph — open-source Knowledge Graph & GraphRAG framework on GitHub. Build multi-hop reasoning, ontology-aware retrieval, and verifiable attribution over your own data. Nodes, edges, RDF, linked-data — runs locally or in the cloud.

    Python
    View on GitHub↗289
  • chensycn/agentic-ragchensyCN avatar

    chensyCN/Agentic-RAG

    229View on GitHub↗

    LogicRAG enables structured retrieval without building knowledge graphs on corpora. By constructing query logic dependency graphs to guide structured retrieval adaptively, it enables test-time scaling of graphRAG on large/dynamic knowledge bases. This work has been accepted to AAAI'26, with…

    Python
    View on GitHub↗229
See all 20 alternatives to Code Graph Rag→

Frequently asked questions

What are the main features of vitali87/code-graph-rag?

The main features of vitali87/code-graph-rag are: Advanced RAG Techniques, GraphRAG Frameworks.

What are some open-source alternatives to vitali87/code-graph-rag?

Open-source alternatives to vitali87/code-graph-rag include: microsoft/graphrag — GraphRAG is a data processing pipeline and retrieval engine designed to transform unstructured text into… memgraph/memgraph — Memgraph is an in-memory, distributed graph database designed for high-performance labeled property graph management.… bibinprathap/veritasgraph — VeritasGraph — open-source Knowledge Graph & GraphRAG framework on GitHub. Build multi-hop reasoning, ontology-aware… circlemind-ai/fast-graphrag — Fast-GraphRAG is a system for generating and querying knowledge graphs from domain data. It uses a GraphRAG retrieval… cmavro/gnn-rag — This is the code for GNN-RAG: Graph Neural Retrieval for Large Language Modeling Reasoning. chensycn/agentic-rag — LogicRAG enables structured retrieval without building knowledge graphs on corpora. By constructing query logic…