Skip to content

Commit

Permalink
Automatic commit by thirdparty_tool: update hnswlib to commit 2142dc6…
Browse files Browse the repository at this point in the history
…f4dd08e64ab727a7bbd93be7f732e80b0.

Used commit of the hnswlib repository: https://github.com/nmslib/hnswlib/commits/2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
  • Loading branch information
mbautin committed Sep 21, 2024
1 parent 3adbdae commit 9a819f7
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/bruteforce.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,9 @@ class BruteforceSearch : public AlgorithmInterface<dist_t> {
}
};
} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/hnswalg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1410,3 +1410,9 @@ class HierarchicalNSW : public AlgorithmInterface<dist_t> {
}
};
} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/hnswlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,9 @@ AlgorithmInterface<dist_t>::searchKnnCloserFirst(const void* query_data, size_t
#include "stop_condition.h"
#include "bruteforce.h"
#include "hnswalg.h"

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/space_ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,9 @@ class InnerProductSpace : public SpaceInterface<float> {
};

} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/space_l2.h
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,9 @@ class L2SpaceI : public SpaceInterface<int> {
~L2SpaceI() {}
};
} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/stop_condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,9 @@ class EpsilonSearchStopCondition : public BaseSearchStopCondition<dist_t> {
~EpsilonSearchStopCondition() {}
};
} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.
6 changes: 6 additions & 0 deletions src/inline-thirdparty/hnswlib/hnswlib/visited_list_pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,9 @@ class VisitedListPool {
}
};
} // namespace hnswlib

// This file is part of the hnswlib inline third-party dependency of YugabyteDB.
// Git repo: https://github.com/nmslib/hnswlib
// Git commit: 2142dc6f4dd08e64ab727a7bbd93be7f732e80b0
//
// See also src/inline-thirdparty/README.md.

0 comments on commit 9a819f7

Please sign in to comment.