diff --git a/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py b/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py index 21a7104e..429ec192 100644 --- a/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py +++ b/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py @@ -197,7 +197,7 @@ def _get_default_embeddings(cls) -> "TensorflowHubEmbeddings": # TODO: Change to vertexai embbedingss from langchain_community.embeddings import ( - TensorflowHubEmbeddings, # type ignore + TensorflowHubEmbeddings, # type: ignore ) return TensorflowHubEmbeddings()