UNPKG

n8n-nodes-google-gemini-embeddings-extended

Version:

n8n community sub-node for Google Gemini Embeddings with extended features like output dimensions support

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