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) 180 B
import { INodeProperties, NodeConnectionType } from 'n8n-workflow'; export declare const getConnectionHintNoticeField: (_connectionTypes: NodeConnectionType[]) => INodeProperties;