From 67b7afa543d0f3d54375d40d8e0eee60aa3e77c7 Mon Sep 17 00:00:00 2001 From: Samridhi Mukhopadhyay Date: Sat, 24 Aug 2024 18:00:45 +0530 Subject: [PATCH] Update requirements.txt --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ec1296..7f97834 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ PyPDF2 langchain_google_genai faiss-cpu pydantic==1.10.11 -langchain==0.0.149 #Replace with your working version +langchain google-auth google-generativeai # For Google Generative AI integration transformers # If you plan to use Hugging Face models @@ -21,4 +21,4 @@ transformers # If you plan to use Hugging Face models openai # For OpenAI API integration, if needed langchain-google-genai langchain-community -langchain-core==0.2.23 +langchain-core