diff --git a/src/backend/base/langflow/components/embeddings/VertexAIEmbeddings.py b/src/backend/base/langflow/components/embeddings/VertexAIEmbeddings.py index a88b403c3..4bfaa0003 100644 --- a/src/backend/base/langflow/components/embeddings/VertexAIEmbeddings.py +++ b/src/backend/base/langflow/components/embeddings/VertexAIEmbeddings.py @@ -1,6 +1,6 @@ from typing import List, Optional -from langchain_community.embeddings import VertexAIEmbeddings +from langchain_google_vertexai import VertexAIEmbeddings from langflow.interface.custom.custom_component import CustomComponent