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

Introducing a loading layer in FAISS native engine. #2139

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 24, 2024

  1. Introducing a loading layer in FAISS native engine.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5248904 View commit details
    Browse the repository at this point in the history
  2. Update change log.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e88ce04 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Added unit tests for Faiss stream support.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fc4b60d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Fix a bug to pass a KB size integer value as a byte size integer para…

    …meter.
    
    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    fe33151 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Fix a casting bugs when it tries to laod more than 4G sized index file.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    da17102 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Added unit tests for new methods in JNIService.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8454231 View commit details
    Browse the repository at this point in the history
  2. Fix formatting and removed nmslib_stream_support.

    Signed-off-by: Dooyong Kim <kdooyong@amazon.com>
    Dooyong Kim committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e16a1ff View commit details
    Browse the repository at this point in the history