From 2cafa217f2f6cea0fa0400d24032fa768273c6ca Mon Sep 17 00:00:00 2001 From: 0xa7973908 <126369543+404MaximWang@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:21:30 +0800 Subject: [PATCH] chore: Change faiss-cpu version baseline from 1.12.0 to 1.14.3. (#8837) Co-authored-by: SkyCanvas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a90b240f6..7d19e0f5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "deprecated>=1.2.18", "dingtalk-stream>=0.22.1", "docstring-parser>=0.16", - "faiss-cpu>=1.12.0", + "faiss-cpu>=1.14.3", "fastapi>=0.124.0", "filelock>=3.18.0", "google-genai>=1.56.0",