Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pandas
|
| 2 |
+
numpy
|
| 3 |
+
seaborn
|
| 4 |
+
matplotlib
|
| 5 |
+
scikit-learn
|
| 6 |
+
langchain
|
| 7 |
+
langchain_groq
|
| 8 |
+
python-dotenv
|
| 9 |
+
xgboost
|
| 10 |
+
mlflow
|
| 11 |
+
pypdf
|
| 12 |
+
langchain_community
|
| 13 |
+
sentence-transformers
|
| 14 |
+
faiss-cpu
|
| 15 |
+
langchain_huggingface
|
| 16 |
+
rank_bm25
|