UNPKG

@lrtherond/n8n-nodes-falkordb

Version:

n8n community node for FalkorDB graph database with AI integration

7 lines (6 loc) 402 B
import type { ISupplyDataFunctions, IExecuteFunctions, INodeType, INodeTypeDescription, SupplyData, INodeExecutionData } from 'n8n-workflow'; export declare class FalkorDbVectorStore implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }