From 7162ca542eccaa12d63338154bcff21bb7ca09bb Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Sat, 6 May 2023 22:02:08 +0530 Subject: [PATCH] Bump hnsw dep: fix for prefetching. --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a7159a81..739591e0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -159,8 +159,8 @@ new_git_repository( new_git_repository( name = "hnsw", build_file = "//bazel:hnsw.BUILD", - commit = "359b2ba87358224963986f709e593d799064ace6", - remote = "https://github.com/nmslib/hnswlib.git", + commit = "6e946eda11a8efc0fb22a07a7b7dc30352df830f", + remote = "https://github.com/typesense/hnswlib.git", ) http_archive(