Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==3.41.0
|
2 |
+
langchain-google-genai==1.0.10
|
3 |
+
langchain==0.3.15
|
4 |
+
langchain-community==0.2.19
|
5 |
+
faiss-cpu==1.7.4
|
6 |
+
pypdf==3.15.2
|
7 |
+
sentence-transformers==2.2.2
|
8 |
+
gradio_pdf
|