mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 13:00:20 +03:00
Unify the names of what is being returned
This commit is contained in:
+2
-2
@@ -68,8 +68,8 @@ class GoogleVertexAIEmbedding_Embeddings implements INode {
|
||||
}
|
||||
if (location) obj.location = location
|
||||
|
||||
const embedding = new GoogleVertexAIEmbeddings(obj)
|
||||
return embedding
|
||||
const model = new GoogleVertexAIEmbeddings(obj)
|
||||
return model
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user