Skip to content

Commit b0d02d1

Browse files
authored
Update migrating-datasets-to-the-tensor-database.md
1 parent 70d4bb2 commit b0d02d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance-features/managed-database/migrating-datasets-to-the-tensor-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Migrating datasets to the Tensor Database
66

77
## How to migrate existing Deep Lake datasets to the Tensor Database
88

9-
Datasets are created in the Tensor Database by specifying the `dataset_path = "hub://<org_id>/<dataset_name>"` and `runtime = {"tensor_db": True})` during dataset creation. If datasets are currently stored locally, in your could, or in non-database Activeloop storage, they can be migrated to the Tensor Database using:
9+
Datasets are created in the Tensor Database by specifying the `dest = "hub://<org_id>/<dataset_name>"` and `runtime = {"tensor_db": True})` during dataset creation. If datasets are currently stored locally, in your cloud, or in non-database Activeloop storage, they can be migrated to the Tensor Database using:
1010

1111
<pre class="language-python"><code class="lang-python"><strong>import deeplake
1212
</strong><strong>

0 commit comments

Comments
 (0)