From 484d0a103854573f2a2ed845aeb0b931e3f1e066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB=20=D0=A0=D0=BE=D0=BC?= =?UTF-8?q?=D0=B0=D0=BD=D0=BE=D0=B2?= Date: Thu, 4 Jun 2026 19:19:21 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05f3198..a565dcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ langchain>=1.0.0 langgraph>=1.0.0 -langchain_ollama -langchain_text_splitters -langchain_chroma -requests \ No newline at end of file +langchain_ollama>=0.1.0 +langchain_text_splitters>=0.1.0 +langchain_chroma>=0.1.0 +beautifulsoup4>=4.12.0 +requests>=2.31.0 \ No newline at end of file