From ba9e283b2f0e8a60756af69b0a0d8c21e2263099 Mon Sep 17 00:00:00 2001 From: Stas Klinov Date: Wed, 9 Oct 2024 15:23:23 +0200 Subject: [PATCH] switched to the hnsw library with the fix of loading multiple knn indexes --- cmake/GetHNSW.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/GetHNSW.cmake b/cmake/GetHNSW.cmake index 4c12b2ab..9ccc1a87 100644 --- a/cmake/GetHNSW.cmake +++ b/cmake/GetHNSW.cmake @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/refs/heads/master.zip" ) +set ( HNSW_GITHUB "https://github.com/manticoresoftware/hnswlib/archive/37f1e18.zip" ) set ( HNSW_BUNDLEZIP "${LIBS_BUNDLE}/hnswlib-0.7.0.tar.gz" ) cmake_minimum_required ( VERSION 3.17 FATAL_ERROR )