Skip to content

Commit

Permalink
Update deeplake_vectorstore.py
Browse files Browse the repository at this point in the history
  • Loading branch information
levongh committed Sep 7, 2023
1 parent da43d87 commit c63f680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/vectorstore/deeplake_vectorstore.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def delete_by_path(
Args:
path (str, pathlib.Path): The full path to the Deep Lake Vector Store.
token (str, optional): Activeloop token, used for fetching user credentials. This is optional, as tokens are normally autogenerated. Defaults to ``None``.
force (bool): delete path in a force manner withouth rising an exception. Defaults to ``True``.
force (bool): delete the path in a forced manner without rising an exception. Defaults to ``True``.
Danger:
This method permanently deletes all of your data if the Vector Store exists! Be very careful when using this method.
Expand Down

0 comments on commit c63f680

Please sign in to comment.