From b6c2d3ef003cc47b04e120baddaaa504c4cff312 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 23:23:04 +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..e9e8220 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,8 @@ +langchain>=1.0.0 +langgraph>=1.0.0 +langchain-chroma>=0.1.0 +langchain-ollama>=0.1.0 +langchain-core>=0.1.0 +python-dotenv>=1.0.0 +httpx>=0.27.0 +pydantic>=2.0.0 \ No newline at end of file