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

KNN bruteforce and IVF methods C/C++ API #33

Merged
merged 30 commits into from
Mar 20, 2024

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    20658f8 View commit details
    Browse the repository at this point in the history
  2. Adding bruteforce KNN

    viclafargue committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6976acc View commit details
    Browse the repository at this point in the history
  3. Expose IVF methods

    viclafargue committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9baadc8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Adding bruteforce test

    viclafargue committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    9944bae View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. IVF-Flat and IVF-PQ tests

    viclafargue committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    b4fdee0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Update IVF-Flat test

    viclafargue committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    85e0fba View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    1bae6b9 View commit details
    Browse the repository at this point in the history
  2. Update IVF-PQ testing

    viclafargue committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2619b13 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. IVF-FLAT C API

    viclafargue committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    540be0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe60dcc View commit details
    Browse the repository at this point in the history
  3. IVF-PQ C API

    viclafargue committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e38d530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    089f67b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. BRUTEFORCE C API

    viclafargue committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    493165e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33ffa18 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 18, 2024

  1. Solidify bruteforce index

    viclafargue committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1e1eb58 View commit details
    Browse the repository at this point in the history
  2. IVF-FLAT compiled index

    viclafargue committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3e81649 View commit details
    Browse the repository at this point in the history
  3. IVF-PQ compiled index

    viclafargue committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0ac4820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58dc152 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f5aeffc View commit details
    Browse the repository at this point in the history
  6. IVF-Flat documentation

    viclafargue committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6aff838 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. IVF-PQ documentation

    viclafargue committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5359afb View commit details
    Browse the repository at this point in the history
  2. Bruteforce documentation

    viclafargue committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    ab35e10 View commit details
    Browse the repository at this point in the history
  3. C doc update

    viclafargue committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    675bf2a View commit details
    Browse the repository at this point in the history
  4. C++ IVF-Flat doc examples

    viclafargue committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    00f67c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef5e3a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53f6265 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82c003a View commit details
    Browse the repository at this point in the history
  8. Python code generators

    viclafargue committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d84d3cc View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

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