mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
fmt
This commit is contained in:
parent
78c014399f
commit
0f85671630
@ -140,7 +140,8 @@ class DeepLake(VectorStore):
|
||||
and version_compare(deeplake.__version__, "3.6.7") == -1
|
||||
):
|
||||
raise ImportError(
|
||||
"To use tensor_db option you need to update deeplake to `3.6.7` or higher. "
|
||||
"To use tensor_db option you need to update deeplake to `3.6.7` or "
|
||||
"higher. "
|
||||
f"Currently installed deeplake version is {deeplake.__version__}. "
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user