MerchantryTidbits

rag-retrieval / library

GraphRAG

Capability: GraphRAG

Use it when

  • find relationships among entities and themes across a research corpus
  • answer global questions that chunk-only RAG misses

What it solves

Not the fit when

  • index construction can be expensive on large corpora

Install

pip install graphrag

Invoke

Initialize a GraphRAG project, index a cited corpus, then run local or global queries and inspect source reports.

Alternatives

No reviewed alternatives recorded yet.