From 08f9757c45e714e63b7df7285f025251ae1bf7ab Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Mon, 1 Sep 2025 23:15:21 -0700 Subject: [PATCH] feat: Update DiskANN submodule with OpenBLAS fallback support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Points to commit 5c396c4 with ARM64 Linux OpenBLAS support - Enables DiskANN to build on ARM64 Linux using standard BLAS libraries - Resolves Intel MKL dependency issues for Docker ARM64 deployments 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- packages/leann-backend-diskann/third_party/DiskANN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/leann-backend-diskann/third_party/DiskANN b/packages/leann-backend-diskann/third_party/DiskANN index c593831..5c396c4 160000 --- a/packages/leann-backend-diskann/third_party/DiskANN +++ b/packages/leann-backend-diskann/third_party/DiskANN @@ -1 +1 @@ -Subproject commit c593831474afb26bf167b077c2f0956ddbc54603 +Subproject commit 5c396c497572273b0c52ab81ac2747c55cff1b89