Skip to content

Commit

Permalink
Apply suggestions from code review
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 e1e15c5 commit d1c12e7
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 @@ -71,7 +71,7 @@ def add(
Args:
texts (Iterable[str]): texts to add to deeplake vector store
metadatas (List[dict], optional): List of metadatas. Defaults to None.
ids (Optional[List[str]], optional): List of document IDs. Defaults to None.
ids (List[str], optional): List of document IDs. Defaults to None.
embeddings (Optional[np.ndarray): embedding of texts. Defaults to None.
Returns:
ids (List[str]): List of document IDs
Expand Down

0 comments on commit d1c12e7

Please sign in to comment.