From ba256b23f241e1669536f7e70c6365ceba7a9cfa Mon Sep 17 00:00:00 2001 From: Saarthak Maini <94912101+SaarthakMaini@users.noreply.github.com> Date: Sat, 24 Jun 2023 03:26:54 +0530 Subject: [PATCH] Fix Typo (#6595) Resolves #6582 --- langchain/vectorstores/weaviate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/langchain/vectorstores/weaviate.py b/langchain/vectorstores/weaviate.py index d77ff298a6..10d14f3d08 100644 --- a/langchain/vectorstores/weaviate.py +++ b/langchain/vectorstores/weaviate.py @@ -46,7 +46,7 @@ def _create_weaviate_client(**kwargs: Any) -> Any: except ImportError: raise ValueError( "Could not import weaviate python package. " - "Please install it with `pip instal weaviate-client`" + "Please install it with `pip install weaviate-client`" ) auth = (