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

Index Initialization Alloc Method #1933

Commits on Aug 5, 2024

  1. Added methods for allocating memory before inserting vectors to a fai…

    …ss index
    
    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    02d2ec6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Fixed logic that gets type of index

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    064e0b5 View commit details
    Browse the repository at this point in the history
  2. Removed print statement

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e5044fa View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary iostream

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    66239c7 View commit details
    Browse the repository at this point in the history
  4. Removed flat index

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d472b77 View commit details
    Browse the repository at this point in the history
  5. Fixed flat index case

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    21b3101 View commit details
    Browse the repository at this point in the history
  6. Fixed naming

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1568aa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Properly allocate HNSWSQ storage

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    164d70f View commit details
    Browse the repository at this point in the history
  2. Removed print statements

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4703269 View commit details
    Browse the repository at this point in the history
  3. Fixed changelog

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a059c79 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Removed unnecessary lib

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    1a2c5fe View commit details
    Browse the repository at this point in the history
  2. Made alloc adaptive to different code sizes

    Signed-off-by: Andrew Klepchick <[email protected]>
    MrFlap committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a792e56 View commit details
    Browse the repository at this point in the history