Update requirements.txt
Browse files- requirements.txt +10 -5
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
huggingface-hub
|
4 |
-
rdflib
|
5 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
uvicorn[standard]==0.22.0
|
3 |
+
huggingface-hub==0.14.1
|
4 |
+
rdflib==6.1.1
|
5 |
+
pydantic==1.10.9
|
6 |
+
sentence-transformers==2.2.2
|
7 |
+
faiss-cpu==1.7.4.post2
|
8 |
+
numpy==1.24.3
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
tqdm==4.66.1
|