Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -9,5 +9,6 @@ langchain-openai>=0.2.0
|
|
| 9 |
langchain-huggingface>=0.1.0
|
| 10 |
unstructured[pdf]>=0.15.0
|
| 11 |
python-dotenv
|
|
|
|
| 12 |
flashrank>=0.2.8
|
| 13 |
rank_bm25
|
|
|
|
| 9 |
langchain-huggingface>=0.1.0
|
| 10 |
unstructured[pdf]>=0.15.0
|
| 11 |
python-dotenv
|
| 12 |
+
sentence-transformers==5.2.0
|
| 13 |
flashrank>=0.2.8
|
| 14 |
rank_bm25
|