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

22 lines 658 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConnectionHintNoticeField = getConnectionHintNoticeField; function getConnectionHintNoticeField(acceptedConnectionTypes) { return { displayName: '', name: 'notice', type: 'notice', default: '', displayOptions: { show: { '@version': [1], }, }, typeOptions: { notice: `This node can be connected to: ${acceptedConnectionTypes .map((type) => type) .join(', ')} nodes`, }, }; } //# sourceMappingURL=sharedFields.js.map