From 8b8a5e3e8dd8da1b863b2f2def7a339438ab189e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D0=BE=D0=BC=D0=B0=D0=BD=20=D0=9A=D1=83=D1=80=D0=BB?= =?UTF-8?q?=D1=8B=D0=B3=D0=B8=D0=BD?= Date: Thu, 28 May 2026 17:22:13 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..c9f7a77 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +langchain>=1.0.0 +langchain-core>=0.3.0 +langchain-chroma>=0.2.0 +langchain-ollama>=0.2.0 +langchain-text-splitters>=0.3.0 +chromadb>=0.5.0 +tavily-python>=0.3.0 +python-dotenv>=1.0.0