From 585ef7785d5116f192d1a76057d9c58938554868 Mon Sep 17 00:00:00 2001 From: ww2283 Date: Sat, 25 Oct 2025 10:44:48 -0400 Subject: [PATCH] chore: update faiss submodule to use ww2283 fork Use ww2283/faiss fork with fix/zmq-linking branch to resolve CI checkout failures. The ZMQ linking fixes are not yet merged upstream. --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 359164c..0d91b78 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,8 @@ url = https://github.com/yichuan-w/DiskANN.git [submodule "packages/leann-backend-hnsw/third_party/faiss"] path = packages/leann-backend-hnsw/third_party/faiss - url = https://github.com/yichuan-w/faiss.git + url = https://github.com/ww2283/faiss.git + branch = fix/zmq-linking [submodule "packages/leann-backend-hnsw/third_party/msgpack-c"] path = packages/leann-backend-hnsw/third_party/msgpack-c url = https://github.com/msgpack/msgpack-c.git