UNPKG

n8n-nodes-voyageai-embeddings-unofficial

Version:
6 lines (5 loc) 306 B
import { type INodeType, type INodeTypeDescription, type SupplyData, type ISupplyDataFunctions } from "n8n-workflow"; export declare class EmbeddingsVoyageAi implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }