n8n-nodes-voyageai-embeddings-unofficial
Version:
(Unofficial) Voyage AI Embeddings node for n8n
6 lines (5 loc) • 306 B
TypeScript
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>;
}