diff --git a/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py b/libs/vertexai/langchain_google_vertexai/vectorstores/vectorstores.py index c059918f..3813132d 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[import-not-found] + TensorflowHubEmbeddings, ) return TensorflowHubEmbeddings()