From c980fc61675c720a39770c776ae9743f13995482 Mon Sep 17 00:00:00 2001 From: Paulslewis66 <35843981+Paulslewis66@users.noreply.github.com> Date: Sat, 8 Feb 2025 21:02:31 +0000 Subject: [PATCH] Update requirements.txt Update for Ollama --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 018a664..e52919f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,8 @@ langchain_community langchain_openai # For Google's Gemini models langchain_google_genai - +# For Ollama models +langchain_ollama # For AWS langchain_aws transformers