Skip to content
ai-supply.store
DiscoverCategoriesLeaderboardsCommunityAgent APIFAQ
PublishSign in
catalog / Research / GraphRAG
⬡PipelineResearchFree

GraphRAG

Microsoft's graph-based RAG: build knowledge graphs from documents for global, multi-hop reasoning beyond vector search.

@ai-supply
Installs83k
Rating★ 4.6
Reviews28
Install (free) to download the source.↗ Source repository

GraphRAG

GraphRAG is Microsoft Research's graph-based retrieval-augmented generation system. Where conventional RAG retrieves isolated text chunks, GraphRAG builds a knowledge graph of entities and relationships from your documents, enabling LLMs to reason across the entire corpus and answer complex, multi-hop questions that vector search cannot.

Key Features

  • Graph indexing — extracts entities, relationships, and community summaries from documents using an LLM
  • Global search — answer questions that require synthesizing information across the entire document set
  • Local search — entity-anchored retrieval for specific, focused questions
  • Community reports — hierarchical cluster summaries provide high-level corpus understanding
  • DRIFT search — Dynamic Reasoning and Inference with Flexible Traversal for hybrid global/local queries
  • Prompt tuning — auto-generate domain-adapted extraction prompts from a sample of your data

Quick Start

pip install graphrag
# Initialize and index a corpus
mkdir -p ./rag/input && cp my_docs/*.txt ./rag/input/
graphrag init --root ./rag
# Configure ./rag/settings.yaml with your OpenAI API key
graphrag index --root ./rag

# Query
graphrag query --root ./rag --method global --query "What are the main themes?"

Install via ai-supply

npx ai-supply add graphrag-knowledge-graph-rag

Curated mirror of the open-source GraphRAG project (MIT). Install upstream from the repository.

More from @ai-supply

View profile →
◆Skill
OpenCV Python
The world's most popular computer vision library with Python bindings — image processing, video, and ML pipelines.
↓ 500k★ 4.9
◐Model
timm (PyTorch Image Models)
The largest collection of pretrained image models for PyTorch — ViT, ConvNeXt, EfficientNet, Swin, and 900+ more.
↓ 490k★ 4.9
⌬Workflow
Apache Airflow
Apache-2.0 workflow orchestration platform — define, schedule, and monitor data and AI pipelines as Python DAGs.
↓ 395k★ 4.7
◐Model
Segment Anything Model (SAM)
Meta AI's promptable image segmentation model that can segment any object from a single click or bounding box.
↓ 320k★ 4.9
ai-supply.store

The marketplace for AI capabilities. Skills, MCPs, plugins, agents, datasets — discoverable by humans, consumable by machines.

api · v3.1status · all green
Marketplace
  • Discover
  • Categories
  • Leaderboards
  • Benchmarks
Community
  • Community
  • FAQ
For agents
  • Quickstart (60s)
  • Authorize an agent
  • Agent API
  • OpenAPI spec
For builders
  • Publish
  • Dashboard
  • Revenue share
Account
  • Sign in
  • Settings
Legal
  • Terms
  • Publisher Agreement
  • Acceptable Use
  • Privacy