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

feat: support numeric labels in neighbor algorithms #740

Closed
wants to merge 19 commits into from
Closed

Commits on Jul 25, 2023

  1. use L2

    zhenghaoz committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6958313 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. implement Bruteforce

    zhenghaoz committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3baedee View commit details
    Browse the repository at this point in the history
  2. use Bruteforce

    zhenghaoz committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    90f36d7 View commit details
    Browse the repository at this point in the history
  3. add HNSW

    zhenghaoz committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    25aeedf View commit details
    Browse the repository at this point in the history
  4. add stub

    zhenghaoz committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    ba39996 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    5d9309d View commit details
    Browse the repository at this point in the history
  2. Remove IVF

    zhenghaoz committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    935828b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. support Dot

    zhenghaoz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    866e2c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d32a89 View commit details
    Browse the repository at this point in the history
  3. Add Evaluate

    zhenghaoz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    2ab329e View commit details
    Browse the repository at this point in the history
  4. Add tests

    zhenghaoz committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    4e74472 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. ignore nil vec

    zhenghaoz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d3076d6 View commit details
    Browse the repository at this point in the history
  2. Inf distance

    zhenghaoz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    00b7161 View commit details
    Browse the repository at this point in the history
  3. Fix build worker

    zhenghaoz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8d36a6a View commit details
    Browse the repository at this point in the history
  4. Fix worker

    zhenghaoz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    13716be View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    4f52040 View commit details
    Browse the repository at this point in the history
  2. use built-in min/max

    zhenghaoz committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    286a566 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fix compile

    zhenghaoz committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1c217b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

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