Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HNSW bug fixes #230

Merged
merged 35 commits into from
Oct 2, 2023
Merged

HNSW bug fixes #230

merged 35 commits into from
Oct 2, 2023

Commits on Aug 30, 2023

  1. hnsw index

    ekzhu committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c376fd0 View commit details
    Browse the repository at this point in the history
  2. test hnsw;

    ekzhu committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7b04030 View commit details
    Browse the repository at this point in the history
  3. test jaccard search on hnsw

    ekzhu committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    373f60f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into hnsw

    ekzhu committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    079f2e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. update hnsw

    ekzhu committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    ecd7e7c View commit details
    Browse the repository at this point in the history
  2. fix bug

    ekzhu committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    bea0af4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. update

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ba92b8f View commit details
    Browse the repository at this point in the history
  2. verison

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    7f64a98 View commit details
    Browse the repository at this point in the history
  3. remove unused methods

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    10f317c View commit details
    Browse the repository at this point in the history
  4. dict interface for hnsw inde

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cb924f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98ddd32 View commit details
    Browse the repository at this point in the history
  6. update readme

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    2167beb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6226faf View commit details
    Browse the repository at this point in the history
  8. doc

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    c955f57 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8340bb6 View commit details
    Browse the repository at this point in the history
  10. merge

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    67b5eb1 View commit details
    Browse the repository at this point in the history
  11. fix bug

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    8f14de2 View commit details
    Browse the repository at this point in the history
  12. add test check for entry point

    ekzhu committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    3dd539d View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    b4807d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. hnsw remove()

    ekzhu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e69dcde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d2606 View commit details
    Browse the repository at this point in the history
  3. version

    ekzhu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f1846cf View commit details
    Browse the repository at this point in the history
  4. fix unit tests

    ekzhu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    8ab6d10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    075b608 View commit details
    Browse the repository at this point in the history
  6. hnsw minhash benchmark

    ekzhu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3efd8f3 View commit details
    Browse the repository at this point in the history
  7. benchmark for hnsw

    ekzhu committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b58a986 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84d2376 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. hard remove

    ekzhu committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    9b402c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    7be3687 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. rename vars

    ekzhu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    348f6ae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into hnsw

    ekzhu committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    00c1309 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix bug in hnsw copy

    ekzhu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5bbb914 View commit details
    Browse the repository at this point in the history
  2. version

    ekzhu committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6d452be View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. remove unused

    ekzhu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7716875 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. use soft-deleted points

    ekzhu committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    b9803e8 View commit details
    Browse the repository at this point in the history