From 573c4363c458ca16cd7dbaaa0b2c3a84a0654a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Mart=C3=ADnez?= Date: Tue, 23 May 2023 12:42:27 +0200 Subject: [PATCH] Update LangChain to 0.0.177 and GPT4ALL bindings library --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a1bd4a2..8c43e53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -langchain==0.0.171 -pygpt4all==1.1.0 +langchain==0.0.177 +gpt4all==0.2.3 chromadb==0.3.23 llama-cpp-python==0.1.50 urllib3==2.0.2