Skip to content

Commit

Permalink
Update deeplake/core/vectorstore/deeplake_vectorstore.py
Browse files Browse the repository at this point in the history
Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
  • Loading branch information
adolkhan and FayazRahman authored May 11, 2023
1 parent 9daab71 commit 1e17fe8
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 @@ -41,7 +41,7 @@ def __init__(
Args:
dataset_path (str, optional): path to the deeplake dataset. Defaults to DEFAULT_DEEPLAKE_PATH.
token (Optional[str], optional): Activeloop token, used for fetching credentials for Deep Lake datasets. This is Optional, tokens are normally autogenerated.. Defaults to None.
token (str, optional): Activeloop token, used for fetching credentials for Deep Lake datasets. This is Optional, tokens are normally autogenerated. Defaults to None.
embedding_function (Optional[callable], optional): Funct that onverts query into embedding. Defaults to None.
read_only (Optional[bool], optional): Opens dataset in read only mode if this is passed as True. Defaults to False. Defaults to False.
ingestion_batch_size (int, optional): The batch size to use during ingestion. Defaults to 1024.
Expand Down

0 comments on commit 1e17fe8

Please sign in to comment.