neo4j-vector-index-skill
OfficialBuild vector search in Neo4j fast
Software Engineering#vector search#neo4j#semantic retrieval#hybrid retrieval#embedding ingestion#cypher indexing#hnsw quantization
Authorneo4j-contrib
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you turn text (or other signals) into embeddings and then create and use Neo4j vector indexes to perform semantic similarity search over your graph data.
Core Features & Use Cases
- Vector index creation & tuning: Create and configure vector indexes (dimensions, similarity function, HNSW, quantization) and wait until they are ONLINE before querying.
- Embedding ingestion pipelines: Ingest embeddings either via batch ingestion (UNWIND + setting vector properties) or via in-Cypher embedding using ai.text.embed(), including dimension-safety checks.
- Vector retrieval & hybrid retrieval: Query nearest neighbors using the SEARCH clause (Neo4j 2026.01+) or the db.index.vector.queryNodes() procedure fallback, then optionally combine results with graph traversal or other ranked sources.
Quick Start
Create a Neo4j vector index for chunk embeddings, ingest embeddings with the same model and dimensions, then run a vector similarity search using the SEARCH clause for your query embedding.
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-vector-index-skill Download link: https://github.com/neo4j-contrib/neo4j-skills/archive/main.zip#neo4j-vector-index-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.