Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvoxland committed Sep 5, 2023
1 parent c3b5153 commit 44aa49a
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 @@ -536,7 +536,7 @@ def update_embedding(
... ids,
... embedding_source_tensor = "text",
... embedding_tensor = "embedding",
... embedding_unction = embedding_function,
... embedding_function = embedding_function,
... )
>>> # Update data using filter and several embedding_tensors, several embedding_source_tensors
Expand Down

0 comments on commit 44aa49a

Please sign in to comment.