Unify the names of what is being returned

This commit is contained in:
Yongtae
2023-08-05 12:08:39 +09:00
parent adffc7cb1d
commit d6844655cc
@@ -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
}
}