mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Refactor GoogleVertexAIEmbedding.ts to remove unnecessary additionalParams field
This commit is contained in:
+1
-2
@@ -53,8 +53,7 @@ class GoogleVertexAIEmbedding_Embeddings implements INode {
|
||||
}
|
||||
],
|
||||
default: 'textembedding-gecko@001',
|
||||
optional: true,
|
||||
additionalParams: true
|
||||
optional: true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user