mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 03:59:42 +00:00
@@ -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 = (
|
||||||
|
Reference in New Issue
Block a user