neo4j-graphrag-skill

Official

Build GraphRAG retrieval pipelines in Neo4j

Authorneo4j-contrib
Version1.0.0
Installs0

System Documentation

What problem does it solve?

GraphRAG retrieval in Neo4j can be difficult to wire correctly, especially when choosing the right retriever type, creating the required indexes, and composing safe Cypher-based graph traversal after vector search.

Core Features & Use Cases

  • Retriever selection & configuration: Choose the right retriever (VectorRetriever, HybridRetriever, VectorCypherRetriever, HybridCypherRetriever, Text2CypherRetriever, ToolsRetriever, and external vector retriever variants) based on whether you have fulltext, need graph traversal, or want LLM-routed retrieval.
  • Graph-augmented retrieval logic: Define a retrieval_query Cypher fragment with automatic node and score injection, plus parameterized query_params and pre-filtering via filters.
  • Production-grade pipeline wiring: Assemble GraphRAG(retriever=..., llm=...) and run .search() with support for many LLM and embedder providers, plus retrieval quality debugging with return_context and response_fallback.
  • Index prerequisites & compatibility: Guides vector + fulltext index setup for hybrid retrievers, supports neo4j-graphrag v1.7+ (neo4j-genai rename), and aligns with Neo4j driver/Neo4j version requirements.

Quick Start

Install neo4j-graphrag, create the required vector (and fulltext for hybrid) indexes, write a retrieval_query that returns node and score, then run GraphRAG.search to get graph-augmented answers.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: neo4j-graphrag-skill
Download link: https://github.com/neo4j-contrib/neo4j-skills/archive/main.zip#neo4j-graphrag-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.