mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-06 07:04:01 +00:00
parent
f6fdabd20b
commit
ba256b23f2
@ -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…
Reference in New Issue
Block a user