From 4c23d24f8f38873f7a6d9167cbe16a04b5e0cd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D1=80=D0=B8=D1=8F=20=D0=91=D0=B5=D1=80=D0=B4?= =?UTF-8?q?=D0=BD=D0=B8=D0=BA=D0=BE=D0=B2=D0=B0?= Date: Wed, 27 May 2026 06:34:21 +0000 Subject: [PATCH] =?UTF-8?q?=D0=90=D0=B3=D0=B5=D0=BD=D1=82=20=D1=81=20RAG?= =?UTF-8?q?=E2=80=91=D0=BF=D0=B0=D0=BC=D1=8F=D1=82=D1=8C=D1=8E:=20requirem?= =?UTF-8?q?ents.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG_памятью/requirements.txt diff --git a/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG_памятью/requirements.txt b/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG_памятью/requirements.txt new file mode 100644 index 0000000..9d843e0 --- /dev/null +++ b/solutions/6a02e23da6fe2e4ac16acf65_Агент_с_RAG_памятью/requirements.txt @@ -0,0 +1,4 @@ +langchain +langchain-ollama +langchain-qdrant +langchain-text-splitters \ No newline at end of file