UNPKG

n8n-nodes-neo4j

Version:

n8n node for Neo4j with LangChain integration, supporting vector stores and graph operations

6 lines (5 loc) 265 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Neo4j implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }