neo4j-document-import-skill
OfficialTurn unstructured docs into a knowledge graph
Data & Analytics#knowledge graph#chunking#document ingestion#neo4j#entity resolution#graphrag#llm extraction
Authorneo4j-contrib
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Neo4j document ingestion typically requires significant manual effort to chunk content and model extracted entities and relationships; this Skill guides agents through converting PDFs and text into a connected knowledge graph for graph and GraphRAG-style workloads.
Core Features & Use Cases
- Document chunking to graph nodes: Splits input documents into
:Documentand:Chunkstructures suitable for downstream retrieval and traversal. - LLM-driven entity and relationship extraction: Uses SimpleKGPipeline (neo4j-graphrag) and related components to turn text into typed entities/edges.
- Flexible ingestion options: Supports semi-structured JSON loading via
apoc.load.json, and provides a no-code alternative via Neo4j LLM Graph Builder. - Graph schema & resolution guidance: Helps define a schema, run entity resolution, and set constraints/indexes for reliable ingestion.
Quick Start
Tell the agent to ingest a file like report.pdf into Neo4j using SimpleKGPipeline with a defined GraphSchema, chunking, embeddings storage, and post-ingestion entity resolution.
Dependency Matrix
Required Modules
None requiredComponents
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-document-import-skill Download link: https://github.com/neo4j-contrib/neo4j-skills/archive/main.zip#neo4j-document-import-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.