UNPKG

n8n-nodes-google-vertex-embeddings-extended

Version:

n8n community sub-node for Google Vertex AI Embeddings with output dimensions and configurable batch size support - resolves LangChain compatibility issues

3 lines (2 loc) 171 B
import { ISupplyDataFunctions } from 'n8n-workflow'; export declare function logWrapper<T extends object>(originalInstance: T, executeFunctions: ISupplyDataFunctions): T;