Skip to content

adhazel/graphrag_demo

Repository files navigation

GraphRAG Demo

This repository was initially created as a companion to a Microsoft Tech Community blog article: Your First GraphRAG Demo - A Video Walkthrough.

See the below links for more information about GraphRAG:

Code 👉 GraphRAG GitHub Repository
👉 Read the docs
Research 👉 Microsoft Research Blog Post
Industrialization 👉 GraphRAG Accelerator solution

Why GraphRAG

While traditional RAG (the top "N" search pattern) allows for easy access to information, GraphRAG may offer additional capability with dealing challenging topics or complex information spaces.

The table below provides a quick comparison for reference. The key takeaway is that many Generative AI topics involve a tradeoff between cost and speed versus scale and depth of reasoning.

With the GraphRAG design, a lot of reasoning is done upfront to generate a corpus with much greater depth later on. This approach is more expensive initially and has longer query times, but it allows for a depth of analysis that other techniques can't achieve. It's definitely a case of choosing the right tool for the right job.

RAG v GraphRAG Comparison Table: RAG v GraphRAG Comparison

Local Environment Setup

For guidance on how to set up your local environment, follow the steps in Local Environment Setup.

Run GraphRAG Use Case Notebooks

More to come!

Visualize the Graph

Follow the steps in GraphRAG Visualization Guide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published