neo4j-genai-plugin-skill

Official

Call LLMs from Cypher with ai.text.*

Authorneo4j-contrib
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It eliminates the need to leave Neo4j to embed text, generate answers, or produce structured JSON by calling LLM providers directly from Cypher with the GenAI Plugin ai.text.* functions.

Core Features & Use Cases

  • In-Cypher Embeddings & Batch Ingestion: Generate vector embeddings with ai.text.embed() and ai.text.embedBatch() for storing vectors on nodes during ingestion.
  • Completion, Chat, and Aggregation: Produce unstructured text with ai.text.completion() and ai.text.aggregateCompletion(), and run stateful chat via ai.text.chat() (OpenAI / Azure).
  • Structured Output with JSON Schema: Validate and return schema-constrained JSON maps using ai.text.structuredCompletion() and aggregate structured results with ai.text.aggregateStructuredCompletion().

Quick Start

Run a Cypher query using the required CYPHER 25 prefix to call ai.text.embed() (or ai.text.completion()) for your selected provider while passing your API token and model via parameters.

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-genai-plugin-skill
Download link: https://github.com/neo4j-contrib/neo4j-skills/archive/main.zip#neo4j-genai-plugin-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.