From aa105bcebb3cc1fd2afa06358879d767f9cf7598 Mon Sep 17 00:00:00 2001 From: Connor <36115510+ScarFX@users.noreply.github.com> Date: Thu, 21 Nov 2024 17:55:32 -0500 Subject: [PATCH] chore: updating lite requirements to include ollama, openai, and huggingface (#85) --- requirements.lite.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.lite.txt b/requirements.lite.txt index e149a04..3fae0bd 100644 --- a/requirements.lite.txt +++ b/requirements.lite.txt @@ -30,3 +30,6 @@ python-pptx==0.6.23 xlrd==2.0.1 langchain-aws==0.2.1 boto3==1.34.144 +langchain-ollama==0.2.0 +langchain-openai==0.2.0 +langchain-huggingface==0.1.0 \ No newline at end of file