Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +8 -4
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
faiss-cpu==1.7.4
|
5 |
-
|
|
|
|
|
|
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 |
+
langchain-community==0.0.19
|
8 |
+
protobuf==4.25.2
|
9 |
+
langchain-community
|