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 403a593 commit 8afb363
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 @@ -43,7 +43,7 @@ def __init__(
dataset_path (str, optional): path to the deeplake dataset. Defaults to DEFAULT_DEEPLAKE_PATH.
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): Function that converts 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.
read_only (bool, optional): Opens dataset in read-only mode if this is passed as True. Defaults to False.
ingestion_batch_size (int, optional): The batch size to use during ingestion. Defaults to 1024.
num_workers (int, optional): The number of workers to use for ingesting data in parallel. Defaults to 0.
exec_option (str, optional): Type of query execution. It could be either "python", "indra" or "db_engine". Defaults to "python".
Expand Down

0 comments on commit 8afb363

Please sign in to comment.