Skip to main content
The most accurate Graph RAG framework. Built on FalkorDB. GraphRAG SDK builds knowledge graphs from documents and answers questions over them using graph-based retrieval-augmented generation. Every pipeline step is a swappable strategy behind an abstract interface.

Key Highlights

  • #1 on GraphRAG-Bench — 66.09 ACC on Novel and 76.87 on Medical (benchmark)
  • Simple APIingest() + completion() with sensible defaults
  • 100+ LLM providers via LiteLLM (OpenAI, Azure, Anthropic, Cohere, Ollama, and more)
  • Fully modular — swap chunking, extraction, resolution, retrieval, and reranking strategies
  • Production-ready — async-first, connection pooling, circuit breaker, batched writes
  • Full provenance — every answer traces back to its source document and chunk

Quick Start

Next Steps