Resolves #6582
pull/6669/head
Saarthak Maini 1 year ago committed by GitHub
parent f6fdabd20b
commit ba256b23f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = (

Loading…
Cancel
Save