Skip to content

Commit

Permalink
Update deeplake/core/vectorstore/vector_search/indra/indra_vector_sea…
Browse files Browse the repository at this point in the history
…rch.py

Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
  • Loading branch information
adolkhan and FayazRahman authored May 11, 2023
1 parent 24a0f61 commit 7805e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def vector_search(
embedding_tensor: str,
**kwargs
):
"""Vector Searching algorithm that uses indra uder the hood.
"""Vector Searching algorithm that uses indra.
Args:
query_embedding (Optional[Union[List[float], np.ndarray): embedding representation of the query.
Expand Down

0 comments on commit 7805e36

Please sign in to comment.