UNPKG

n8n-nodes-google-gemini-embeddings-extended

Version:

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

18 lines (17 loc) 476 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getConnectionHintNoticeField = void 0; const getConnectionHintNoticeField = (_connectionTypes) => { return { displayName: '', name: 'notice', type: 'notice', default: '', displayOptions: { show: { '@version': [1], }, }, }; }; exports.getConnectionHintNoticeField = getConnectionHintNoticeField;