Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -19,3 +19,7 @@ scipy==1.13.1
|
|
| 19 |
# Optional but commonly needed if you rebuild the DB in-space
|
| 20 |
pymupdf==1.24.9
|
| 21 |
tiktoken==0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
# Optional but commonly needed if you rebuild the DB in-space
|
| 20 |
pymupdf==1.24.9
|
| 21 |
tiktoken==0.7.0
|
| 22 |
+
|
| 23 |
+
httpx==0.27.2
|
| 24 |
+
openai>=1.55.0
|
| 25 |
+
|