Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ekorman committed Aug 27, 2024
1 parent 64fd03c commit 6fea605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions affine/engine/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def create_index(self, data: np.ndarray, metric: Metric) -> None:
def query(self, q: np.ndarray, k: int) -> list[int]:
pass

# TODO: implement save and load
# @abstractmethod
# def save(self, fp):
# pass
Expand Down

0 comments on commit 6fea605

Please sign in to comment.