mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 01:01:11 +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
|
if (location) obj.location = location
|
||||||
|
|
||||||
const embedding = new GoogleVertexAIEmbeddings(obj)
|
const model = new GoogleVertexAIEmbeddings(obj)
|
||||||
return embedding
|
return model
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user