mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-28 09:28:48 +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
|
and version_compare(deeplake.__version__, "3.6.7") == -1
|
||||||
):
|
):
|
||||||
raise ImportError(
|
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__}. "
|
f"Currently installed deeplake version is {deeplake.__version__}. "
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user