Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
aiohttp
|
| 2 |
numpy
|
|
|
|
|
|
|
|
|
|
| 3 |
scikit-learn
|
| 4 |
faiss-cpu
|
| 5 |
plotly>=5.18.0
|
|
|
|
| 1 |
aiohttp
|
| 2 |
numpy
|
| 3 |
+
sentence-transformers
|
| 4 |
+
pdf2image
|
| 5 |
+
networkx
|
| 6 |
scikit-learn
|
| 7 |
faiss-cpu
|
| 8 |
plotly>=5.18.0
|