Spaces:
Paused
Paused
Commit ·
ab701b8
1
Parent(s): 9c1b69b
6th
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -10,14 +10,13 @@ PyMuPDF==1.26.5
|
|
| 10 |
docx2txt==0.9
|
| 11 |
Markdown==3.9
|
| 12 |
python-multipart==0.0.20
|
| 13 |
-
cohere==5.5.8
|
| 14 |
openai==1.35.13
|
| 15 |
-
qdrant-client==
|
|
|
|
| 16 |
redis==7.2.0
|
| 17 |
celery==5.6.2
|
| 18 |
json_repair==0.58.5
|
| 19 |
pydantic_settings
|
| 20 |
ollama==0.6.1
|
| 21 |
-
|
| 22 |
-
huggingface_hub==1.1.4
|
| 23 |
-
httpx
|
|
|
|
| 10 |
docx2txt==0.9
|
| 11 |
Markdown==3.9
|
| 12 |
python-multipart==0.0.20
|
| 13 |
+
cohere==5.5.8
|
| 14 |
openai==1.35.13
|
| 15 |
+
qdrant-client==1.16.1
|
| 16 |
+
httpx==0.27.2
|
| 17 |
redis==7.2.0
|
| 18 |
celery==5.6.2
|
| 19 |
json_repair==0.58.5
|
| 20 |
pydantic_settings
|
| 21 |
ollama==0.6.1
|
| 22 |
+
huggingface_hub==1.1.4
|
|
|
|
|
|