Skip to content
@graphrag

GraphRAG

Repositories around Graph enhanced RAG patterns ie GraphRAG

GraphRAG Projects and Resources

This GitHub organization collects relevant projects and resources like the pattern catalog (repository) and more.

Retrieval Augmented Generation (RAG) is a way to ground Large Language Models (LLMs) in factual data to reduce hallucinations and extend the information available for question answering. The user's question will be used to retrieve relevant information from one or more data sources. These facts provide a ground source of truth that is used to augment the context of a prompt. The augmented prompt and original user question are then passed to the LLM to generate the answer.

GraphRAG are retrieval mechanisms that use graph structures to provide more fine-grained and relevant contextual information than a plain text search (or vector search) would. As it can utilize the rich representation of knowledge about many areas in a knowledge graph.

Contributions are very welcome.

A collection of resources around GraphRAG a set of advanced GenAI RAG (Retrieval Augmented Generation) patterns.

Pinned Loading

  1. graphrag.github.io graphrag.github.io Public

    GraphRAG access patterns and knowledge graph modeling

    Astro 51 18

Repositories

Showing 10 of 16 repositories
  • tree-sitter-gram Public Forked from gram-data/tree-sitter-gram

    Tree-sitter based grammar and parser for gram, a graph serialization format

    graphrag/tree-sitter-gram’s past year of commit activity
    Shell 1 MIT 2 0 0 Updated Dec 6, 2025
  • ms-graphrag Public Forked from microsoft/graphrag

    A modular graph-based Retrieval-Augmented Generation (RAG) system

    graphrag/ms-graphrag’s past year of commit activity
    Python 14 MIT 3,238 0 0 Updated Oct 9, 2025
  • graphrag.github.io Public

    GraphRAG access patterns and knowledge graph modeling

    graphrag/graphrag.github.io’s past year of commit activity
    Astro 51 CC-BY-4.0 18 10 1 Updated Jul 11, 2025
  • graphrag-chat Public
    graphrag/graphrag-chat’s past year of commit activity
    Python 10 6 0 0 Updated May 5, 2025
  • KARMA Public Forked from YuxingLu613/KARMA

    Leveraging Multi-Agent LLMs for Automated Knowledge Graph Enrichment

    graphrag/KARMA’s past year of commit activity
    Python 6 17 0 0 Updated Mar 11, 2025
  • graphiti Public Forked from getzep/graphiti

    Build and query dynamic, temporally-aware Knowledge Graphs

    graphrag/graphiti’s past year of commit activity
    Python 2 Apache-2.0 2,179 0 0 Updated Feb 25, 2025
  • CatColab Public Forked from ToposInstitute/CatColab

    A collaborative environment for formal, interoperable, conceptual modeling

    graphrag/CatColab’s past year of commit activity
    Rust 3 MIT 41 0 0 Updated Feb 25, 2025
  • awesome-graphrag Public

    A curated list of GraphRAG, Knowledge Graph, and other graphy GenAI resources

    graphrag/awesome-graphrag’s past year of commit activity
    34 3 0 0 Updated Feb 11, 2025
  • fast-graphrag Public Forked from circlemind-ai/fast-graphrag

    RAG that intelligently adapts to your use case, data, and queries

    graphrag/fast-graphrag’s past year of commit activity
    Python 1 MIT 241 0 0 Updated Dec 23, 2024
  • SimGRAG Public Forked from YZ-Cai/SimGRAG

    Official code of the paper "SimGRAG: Leveraging Similar Subgraphs for Knowledge Graphs Driven Retrieval-Augmented Generation"

    graphrag/SimGRAG’s past year of commit activity
    Python 1 20 0 0 Updated Dec 17, 2024

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Most used topics

Loading…