Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
-
qdrant-client>=1.
|
| 4 |
grpcio>=1.78.0
|
| 5 |
sentence-transformers>=2.7.0
|
| 6 |
openai==1.12.0
|
|
|
|
| 1 |
fastapi==0.109.0
|
| 2 |
uvicorn[standard]==0.27.0
|
| 3 |
+
qdrant-client>=1.17.0
|
| 4 |
grpcio>=1.78.0
|
| 5 |
sentence-transformers>=2.7.0
|
| 6 |
openai==1.12.0
|