From 15c322edbdf4ea7e4dd267cb7c42c38636c09edb 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: Fri, 5 Jun 2026 11:21:13 +0000 Subject: [PATCH] Update requirements.txt --- requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index f209ef9..0e23691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ langchain>=1.0.0 langgraph>=1.0.0 langchain-chroma>=0.1.0 -langchain-qdrant>=0.1.0 langchain-ollama>=0.1.0 langchain-tavily>=0.1.0 langchain-text-splitters>=0.1.0 -python-dotenv>=1.0.0 -pydantic>=2.0.0 \ No newline at end of file +chromadb>=0.4.0 +python-dotenv>=1.0.0 \ No newline at end of file