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 29 7

Repositories

Showing 10 of 16 repositories
  • graphrag.github.io Public

    GraphRAG access patterns and knowledge graph modeling

    graphrag/graphrag.github.io’s past year of commit activity
    Astro 29 CC-BY-4.0 7 9 0 Updated May 6, 2025
  • graphrag-chat Public
    graphrag/graphrag-chat’s past year of commit activity
    Python 1 1 0 0 Updated May 5, 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 9 MIT 2,562 0 0 Updated May 1, 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 0 6 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 0 Apache-2.0 615 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 1 MIT 19 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
    15 2 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 0 MIT 181 0 0 Updated Dec 23, 2024
  • 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
    JavaScript 0 MIT 1 0 0 Updated Dec 20, 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 0 15 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.

Top languages

Loading…

Most used topics

Loading…