Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- app/requirements.txt +11 -6
app/requirements.txt
CHANGED
@@ -1,8 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn
|
3 |
-
|
4 |
-
python-multipart
|
5 |
-
langchain
|
6 |
-
sentence-transformers
|
7 |
-
torch
|
8 |
-
pymilvu
|
|
|
1 |
+
pymilvus==2.4.5
|
2 |
+
sentence-transformers==3.0.1
|
3 |
+
huggingface-hub==0.24.5
|
4 |
+
langchain_community==0.2.12
|
5 |
+
langchain-text-splitters==0.2.2
|
6 |
+
langchain==0.2.14
|
7 |
+
pypdf==4.3.1
|
8 |
+
tqdm==4.66.5
|
9 |
+
flask
|
10 |
+
flask_cors
|
11 |
fastapi
|
12 |
uvicorn
|
13 |
+
python-multipart
|
|
|
|
|
|
|
|
|
|