mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +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',
|
default: 'textembedding-gecko@001',
|
||||||
optional: true,
|
optional: true
|
||||||
additionalParams: true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user