Refactor GoogleVertexAIEmbedding.ts to remove unnecessary additionalParams field

This commit is contained in:
Yongtae
2023-09-04 11:01:56 +09:00
parent 0b67afe546
commit 95740a8464
@@ -53,8 +53,7 @@ class GoogleVertexAIEmbedding_Embeddings implements INode {
} }
], ],
default: 'textembedding-gecko@001', default: 'textembedding-gecko@001',
optional: true, optional: true
additionalParams: true
} }
] ]
} }