Spaces:
Runtime error
Runtime error
requirements
Browse files- requirements.txt +43 -0
requirements.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohappyeyeballs==2.4.0
|
2 |
+
aiohttp==3.10.6
|
3 |
+
aiosignal==1.3.1
|
4 |
+
annotated-types==0.7.0
|
5 |
+
anyio==4.6.0
|
6 |
+
asyncio==3.4.3
|
7 |
+
attrs==24.2.0
|
8 |
+
Brotli==1.1.0
|
9 |
+
certifi==2024.8.30
|
10 |
+
click==8.1.7
|
11 |
+
colorama==0.4.6
|
12 |
+
distro==1.9.0
|
13 |
+
fastapi==0.115.0
|
14 |
+
fastembed==0.3.6
|
15 |
+
frozenlist==1.4.1
|
16 |
+
groq==0.11.0
|
17 |
+
grpcio==1.66.1
|
18 |
+
grpcio-tools==1.66.1
|
19 |
+
h11==0.14.0
|
20 |
+
h2==4.1.0
|
21 |
+
hpack==4.0.0
|
22 |
+
httpcore==1.0.5
|
23 |
+
httpx==0.27.2
|
24 |
+
hyperframe==6.0.1
|
25 |
+
idna==3.10
|
26 |
+
multidict==6.1.0
|
27 |
+
numpy==2.1.1
|
28 |
+
portalocker==2.10.1
|
29 |
+
protobuf==5.28.2
|
30 |
+
pydantic==2.9.2
|
31 |
+
pydantic_core==2.23.4
|
32 |
+
PyMuPDF==1.24.10
|
33 |
+
PyMuPDFb==1.24.10
|
34 |
+
python-dotenv==1.0.1
|
35 |
+
pywin32==306
|
36 |
+
qdrant-client==1.11.3
|
37 |
+
sniffio==1.3.1
|
38 |
+
starlette==0.38.6
|
39 |
+
strictjson==5.1.3
|
40 |
+
typing_extensions==4.12.2
|
41 |
+
urllib3==2.2.3
|
42 |
+
uvicorn==0.30.6
|
43 |
+
yarl==1.12.1
|