Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,5 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
torch==2.3.1
|
| 4 |
-
accelerate==0.33.0
|
| 5 |
-
huggingface-hub==0.24.6
|
| 6 |
-
chromadb==0.5.3
|
| 7 |
-
sentence-transformers==3.0.1
|
| 8 |
-
langchain==0.2.14
|
| 9 |
-
langchain-community==0.2.12
|
| 10 |
python-dotenv==1.0.1
|
| 11 |
-
|
|
|
|
|
|
| 1 |
+
fastapi==0.111.0
|
| 2 |
+
uvicorn==0.30.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
python-dotenv==1.0.1
|
| 4 |
+
pydantic==2.7.4
|
| 5 |
+
mistralai==1.2.5
|