From 48e31cdbbec2eba95308ad824efc0fdd0b453e48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:38:45 +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 1f9c297..c191587 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