Resolves #6582
This commit is contained in:
Saarthak Maini 2023-06-24 03:26:54 +05:30 committed by GitHub
parent f6fdabd20b
commit ba256b23f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ def _create_weaviate_client(**kwargs: Any) -> Any:
except ImportError: except ImportError:
raise ValueError( raise ValueError(
"Could not import weaviate python package. " "Could not import weaviate python package. "
"Please install it with `pip instal weaviate-client`" "Please install it with `pip install weaviate-client`"
) )
auth = ( auth = (