Skip to content

Commit

Permalink
Update deeplake/core/vectorstore/vector_search/dataset/dataset.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 1e17fe8 commit 178b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deeplake/core/vectorstore/vector_search/dataset/dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def delete_all_samples_if_specified(dataset, delete_all):
def fetch_embeddings(exec_option, view, logger):
if exec_option == "python":
logger.warning(
"Python implementation fetches all of the dataset's embedding into a memory. "
"Python implementation fetches all of the dataset's embedding into memory. "
"With big datasets this could be quite slow and potentially result in performance issues. "
"Better to use `exec_option = db_engine`."
)
Expand Down

0 comments on commit 178b11c

Please sign in to comment.