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.
This commit is contained in:
ww2283
2025-10-25 10:44:48 -04:00
parent 5073f312b6
commit 585ef7785d

3
.gitmodules vendored
View File

@@ -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