neo4j-document-import-skill

Installation
SKILL.md

Neo4j Document Import Skill

When to Use

  • Ingesting PDFs, HTML, plain text, Markdown into Neo4j as a knowledge graph
  • Chunking documents and storing :Chunk nodes with embeddings
  • Extracting entities and relationships from text with an LLM
  • Using SimpleKGPipeline (neo4j-graphrag) programmatically
  • Using Neo4j LLM Graph Builder (no-code web UI)
  • Loading semi-structured JSON via apoc.load.json
  • Connecting LangChain or LlamaIndex document loaders to Neo4j

When NOT to Use

  • Structured CSV / relational dataneo4j-import-skill
  • GraphRAG retrieval after ingestionneo4j-graphrag-skill
  • Vector index creationneo4j-vector-search-skill
  • Cypher query writingneo4j-cypher-skill
Related skills
Installs
66
GitHub Stars
61
First Seen
Apr 28, 2026