Subhadip007 commited on
Commit
b7b5abb
·
1 Parent(s): b5b1b99

fix: use minimal requirements to fix Docker build

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -107
requirements.txt CHANGED
@@ -1,108 +1,13 @@
1
- aiohappyeyeballs==2.6.1
2
- aiohttp==3.13.3
3
- aiosignal==1.4.0
4
- annotated-doc==0.0.4
5
- annotated-types==0.7.0
6
- anyio==4.12.1
7
- arxiv==2.4.1
8
- attrs==25.4.0
9
- certifi==2026.2.25
10
- charset-normalizer==3.4.5
11
- click==8.3.1
12
- colorama==0.4.6
13
- dataclasses-json==0.6.7
14
- distro==1.9.0
15
- fastapi==0.135.3
16
- feedparser==6.0.12
17
- filelock==3.25.2
18
- frozenlist==1.8.0
19
- fsspec==2026.2.0
20
- ftfy==6.3.1
21
- greenlet==3.3.2
22
- groq==1.1.2
23
- grpcio==1.78.0
24
- h11==0.16.0
25
- h2==4.3.0
26
- hf-xet==1.4.2
27
- hpack==4.1.0
28
- httpcore==1.0.9
29
- httptools==0.7.1
30
- httpx==0.28.1
31
- httpx-sse==0.4.3
32
- huggingface_hub==1.7.1
33
- hyperframe==6.1.0
34
- idna==3.11
35
- Jinja2==3.1.6
36
- joblib==1.5.3
37
- jsonpatch==1.33
38
- jsonpointer==3.0.0
39
- langchain==1.2.12
40
- langchain-classic==1.0.3
41
- langchain-community==0.4.1
42
- langchain-core==1.2.19
43
- langchain-text-splitters==1.1.1
44
- langgraph==1.1.2
45
- langgraph-checkpoint==4.0.1
46
- langgraph-prebuilt==1.0.8
47
- langgraph-sdk==0.3.11
48
- langsmith==0.7.17
49
- loguru==0.7.3
50
- markdown-it-py==4.0.0
51
- MarkupSafe==3.0.3
52
- marshmallow==3.26.2
53
- mdurl==0.1.2
54
- mpmath==1.3.0
55
- multidict==6.7.1
56
- mypy_extensions==1.1.0
57
- networkx==3.6.1
58
- numpy==2.4.3
59
- orjson==3.11.7
60
- ormsgpack==1.12.2
61
- packaging==26.0
62
- portalocker==3.2.0
63
- propcache==0.4.1
64
- protobuf==7.34.1
65
- pydantic==2.12.5
66
- pydantic-settings==2.13.1
67
- pydantic_core==2.41.5
68
- Pygments==2.19.2
69
- PyMuPDF==1.27.2
70
- python-dotenv==1.2.2
71
- python-multipart==0.0.22
72
- PyYAML==6.0.3
73
- qdrant-client==1.17.1
74
  rank-bm25==0.2.2
75
- regex==2026.2.28
76
- requests==2.32.5
77
- requests-toolbelt==1.0.0
78
- rich==14.3.3
79
- safetensors==0.7.0
80
- scikit-learn==1.8.0
81
- scipy==1.17.1
82
- sentence-transformers==5.3.0
83
- setuptools==82.0.1
84
- sgmllib3k==1.0.0
85
- shellingham==1.5.4
86
- sniffio==1.3.1
87
- SQLAlchemy==2.0.48
88
- starlette==1.0.0
89
- sympy==1.14.0
90
- tenacity==9.1.4
91
- threadpoolctl==3.6.0
92
- tokenizers==0.22.2
93
- torch==2.10.0
94
- tqdm==4.67.3
95
- transformers==5.3.0
96
- typer==0.24.1
97
- typing-inspect==0.9.0
98
- typing-inspection==0.4.2
99
- typing_extensions==4.15.0
100
- urllib3==2.6.3
101
- uuid_utils==0.14.1
102
- uvicorn==0.43.0
103
- watchfiles==1.1.1
104
- wcwidth==0.6.0
105
- websockets==16.0
106
- xxhash==3.6.0
107
- yarl==1.23.0
108
- zstandard==0.25.0
 
1
+ fastapi==0.115.0
2
+ uvicorn[standard]==0.30.0
3
+ qdrant-client==1.9.0
4
+ sentence-transformers==3.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  rank-bm25==0.2.2
6
+ langchain-text-splitters==0.2.0
7
+ groq==0.9.0
8
+ pydantic==2.7.0
9
+ python-dotenv==1.0.0
10
+ loguru==0.7.2
11
+ numpy==1.26.0
12
+ tqdm==4.66.0
13
+ requests==2.32.0