mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
parent
f6fdabd20b
commit
ba256b23f2
@ -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 = (
|
||||||
|
Loading…
Reference in New Issue
Block a user