From 8d6cf372ce8273b049e8204793b2cb1822d38e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AD=D0=BC=D0=B8=D0=BB=D1=8C=20=D0=90=D0=BC=D0=B8=D1=80?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Fri, 5 Jun 2026 11:16:56 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..ccb9371 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +langchain>=1.2.10 +langgraph>=0.2.0 +langchain-chroma +langchain-ollama +chromadb +httpx +python-dotenv