mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
fmt
This commit is contained in:
parent
bbae8cb88f
commit
78c014399f
@ -115,9 +115,9 @@ class DeepLake(VectorStore):
|
|||||||
responsible for storage and query execution. Only for data stored in
|
responsible for storage and query execution. Only for data stored in
|
||||||
the Deep Lake Managed Database. Use runtime = {"db_engine": True}
|
the Deep Lake Managed Database. Use runtime = {"db_engine": True}
|
||||||
during dataset creation.
|
during dataset creation.
|
||||||
runtime (Dict, optional): Parameters for creating the Vector Store in
|
runtime (Dict, optional): Parameters for creating the Vector Store in
|
||||||
Deep Lake's Managed Tensor Database. Not applicable when loading an
|
Deep Lake's Managed Tensor Database. Not applicable when loading an
|
||||||
existing Vector Store. To create a Vector Store in the Managed Tensor
|
existing Vector Store. To create a Vector Store in the Managed Tensor
|
||||||
Database, set `runtime = {"tensor_db": True}`.
|
Database, set `runtime = {"tensor_db": True}`.
|
||||||
**kwargs: Other optional keyword arguments.
|
**kwargs: Other optional keyword arguments.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user