UNPKG

n8n-nodes-google-gemini-embeddings-extended

Version:

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

6 lines (5 loc) 279 B
import { ISupplyDataFunctions, INodeType, INodeTypeDescription, SupplyData } from 'n8n-workflow'; export declare class EmbeddingsGoogleGeminiExtended implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions): Promise<SupplyData>; }