From bd3fa509db9b3c0b4297995ea656780f24ad0831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B5=D0=B1=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=88?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Thu, 28 May 2026 17:37:11 +0000 Subject: [PATCH] add requirements.txt --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1a4b75f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +langchain>=1.2.10 +langchain-openai>=0.3.0 +langgraph>=0.2.0 +langchain-ollama +langchain-chroma +langchain-tavily +tavily-python +chromadb +python-dotenv