Skip to content

Commit

Permalink
Minor typo in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik4949 authored and jieguangzhou committed Jan 2, 2024
1 parent bdfa88f commit 0d3d09f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion superduperdb/backends/dask/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class DaskComputeBackend(ComputeBackend):
:param serializers: A list of serializers to be used by the client. (optional)
:param deserializers: A list of deserializers to be used by the client. (optional)
:param local: Set to True to create a local Dask cluster. (optional)
:param envs: An environment dict for cluster.
:param **kwargs: Additional keyword arguments to be passed to the DaskClient.
"""

Expand Down
2 changes: 1 addition & 1 deletion superduperdb/vector_search/lance.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class LanceVectorSearcher(BaseVectorSearcher):
:param identifier: Unique string identifier of index
:param dimensions: Dimension of the vector embeddings in the Lance dataset
:param h: ``torch.Tensor``
:param h: Seed vectors ``numpy.ndarray``
:param index: list of IDs
:param measure: measure to assess similarity
"""
Expand Down

0 comments on commit 0d3d09f

Please sign in to comment.