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