From a22635c891bce089ded1916eac43d69b1e9d680d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:15:19 +0000 Subject: [PATCH] Update faiss-cpu requirement from >=1.7.4 to >=1.15.0 in /LLM Updates the requirements on [faiss-cpu](https://github.com/facebookresearch/faiss) to permit the latest version. - [Release notes](https://github.com/facebookresearch/faiss/releases) - [Changelog](https://github.com/facebookresearch/faiss/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebookresearch/faiss/compare/v1.7.4...v1.15.0) --- updated-dependencies: - dependency-name: faiss-cpu dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- LLM/rag/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LLM/rag/requirements.txt b/LLM/rag/requirements.txt index 3831092..78873ea 100644 --- a/LLM/rag/requirements.txt +++ b/LLM/rag/requirements.txt @@ -4,7 +4,7 @@ langchain-core==1.3.3 langchain-huggingface==1.2.2 huggingface-hub>=1.27.0 sentence-transformers==3.4.1 -faiss-cpu>=1.7.4 +faiss-cpu>=1.15.0 transformers>=5.5.0 pypdf>=6.16.1 torch>=2.13.0