Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
gradio==4.19.2
|
| 2 |
langchain==0.1.6
|
| 3 |
langchain-google-genai==0.0.8
|
|
|
|
| 4 |
google-generativeai==0.3.2
|
| 5 |
pypdf==4.0.1
|
| 6 |
faiss-cpu==1.7.4
|
| 7 |
-
|
| 8 |
-
protobuf==4.25.2
|
| 9 |
-
langchain-community
|
|
|
|
| 1 |
gradio==4.19.2
|
| 2 |
langchain==0.1.6
|
| 3 |
langchain-google-genai==0.0.8
|
| 4 |
+
langchain-community==0.0.19
|
| 5 |
google-generativeai==0.3.2
|
| 6 |
pypdf==4.0.1
|
| 7 |
faiss-cpu==1.7.4
|
| 8 |
+
protobuf==4.25.2
|
|
|
|
|
|