From de77e4ee1bf2e4a3423932e216a20d4d2c175933 Mon Sep 17 00:00:00 2001 From: balabanovan530 <175+balabanovan530@noreply.localhost> Date: Tue, 2 Jun 2026 11:46:43 +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..12ae273 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +langchain>=1.0.0 +langchain-chroma>=0.1.0 +langchain-ollama>=0.1.0 +langchain-tavily>=0.1.0 +tavily-python>=1.0.0 +chromadb>=0.4.0 +python-dotenv>=1.0.0