Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.27.0
|
2 |
+
PyPDF2>=3.0.0
|
3 |
+
langchain>=0.0.267
|
4 |
+
langchain-google-genai>=0.0.5
|
5 |
+
google-generativeai>=0.3.0
|
6 |
+
pandas>=1.3.5
|
7 |
+
plotly>=5.14.0
|
8 |
+
faiss-cpu>=1.7.4
|
9 |
+
sentence-transformers>=2.2.2
|
10 |
+
PyMuPDF>=1.22.5
|
11 |
+
python-docx>=0.8.11
|
12 |
+
google-api-core>=2.11.0
|
13 |
+
langchain-community
|