From e82a033bd79924e0eba96f6373bfe36da6309407 Mon Sep 17 00:00:00 2001 From: Kishore Nallan Date: Sat, 27 May 2023 20:25:51 +0530 Subject: [PATCH] Bump hnsw lib. --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 55c4e78d..79d7c73d 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -159,7 +159,7 @@ new_git_repository( new_git_repository( name = "hnsw", build_file = "//bazel:hnsw.BUILD", - commit = "b5c2ebae31cd124e3a625f2de789a3496ebb2286", + commit = "573ab84a7f7645f98778cbb181ba762c5d2f19b5", remote = "https://github.com/typesense/hnswlib.git", )