Skip to content

Commit

Permalink
Merge pull request #1 from Tickdack/Tickdack-patch-1
Browse files Browse the repository at this point in the history
Update IndexRefine.h
  • Loading branch information
Tickdack authored Nov 13, 2024
2 parents 0fb56d9 + 6f2942f commit 787cba9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions faiss/IndexRefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ struct IndexRefine : Index {

void add(idx_t n, const float* x) override;

size_t remove_ids(const IDSelector& sel) override;

void reset() override;

void search(
Expand Down

0 comments on commit 787cba9

Please sign in to comment.