Kareman commited on
Commit
e7c3cab
·
1 Parent(s): d50d28b

fix(requirements)

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -16
requirements.txt CHANGED
@@ -1,16 +1,140 @@
1
- fastapi
2
- uvicorn
3
- langchain
4
- langchain-community
5
- langchain-core
6
- chromadb
7
- pydantic
8
- sentence-transformers
9
- transformers
10
- huggingface-hub
11
- passlib[bcrypt] # for hashing passwords
12
- python-jose[cryptography] # for JWT tokens
13
- python-multipart # already there, for file uploads
14
- sqlmodel
15
- pypdf
16
- numpy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.12.15
3
+ aiosignal==1.4.0
4
+ annotated-types==0.7.0
5
+ anyio==4.10.0
6
+ attrs==25.3.0
7
+ backoff==2.2.1
8
+ bcrypt==4.3.0
9
+ build==1.3.0
10
+ cachetools==5.5.2
11
+ certifi==2025.8.3
12
+ cffi==2.0.0
13
+ charset-normalizer==3.4.3
14
+ chromadb==1.0.21
15
+ click==8.2.1
16
+ coloredlogs==15.0.1
17
+ cryptography==45.0.7
18
+ dataclasses-json==0.6.7
19
+ distro==1.9.0
20
+ durationpy==0.10
21
+ ecdsa==0.19.1
22
+ fastapi==0.116.1
23
+ filelock==3.19.1
24
+ flatbuffers==25.2.10
25
+ frozenlist==1.7.0
26
+ fsspec==2025.9.0
27
+ google-auth==2.40.3
28
+ googleapis-common-protos==1.70.0
29
+ greenlet==3.2.4
30
+ grpcio==1.74.0
31
+ h11==0.16.0
32
+ hf-xet==1.1.10
33
+ httpcore==1.0.9
34
+ httptools==0.6.4
35
+ httpx==0.28.1
36
+ httpx-sse==0.4.1
37
+ huggingface-hub==0.34.4
38
+ humanfriendly==10.0
39
+ idna==3.10
40
+ importlib_metadata==8.7.0
41
+ importlib_resources==6.5.2
42
+ Jinja2==3.1.6
43
+ jiter==0.10.0
44
+ joblib==1.5.2
45
+ jsonpatch==1.33
46
+ jsonpointer==3.0.0
47
+ jsonschema==4.25.1
48
+ jsonschema-specifications==2025.9.1
49
+ kubernetes==33.1.0
50
+ langchain==0.3.27
51
+ langchain-community==0.3.29
52
+ langchain-core==0.3.76
53
+ langchain-openai==0.3.33
54
+ langchain-text-splitters==0.3.11
55
+ langsmith==0.4.27
56
+ markdown-it-py==4.0.0
57
+ MarkupSafe==3.0.2
58
+ marshmallow==3.26.1
59
+ mdurl==0.1.2
60
+ mmh3==5.2.0
61
+ mpmath==1.3.0
62
+ multidict==6.6.4
63
+ mypy_extensions==1.1.0
64
+ networkx==3.5
65
+ nltk==3.9.1
66
+ numpy==1.26.4
67
+ oauthlib==3.3.1
68
+ onnxruntime==1.19.2
69
+ openai==1.107.2
70
+ opentelemetry-api==1.37.0
71
+ opentelemetry-exporter-otlp-proto-common==1.37.0
72
+ opentelemetry-exporter-otlp-proto-grpc==1.37.0
73
+ opentelemetry-proto==1.37.0
74
+ opentelemetry-sdk==1.37.0
75
+ opentelemetry-semantic-conventions==0.58b0
76
+ orjson==3.11.3
77
+ overrides==7.7.0
78
+ packaging==25.0
79
+ passlib==1.7.4
80
+ pillow==11.3.0
81
+ posthog==5.4.0
82
+ propcache==0.3.2
83
+ protobuf==6.32.1
84
+ pyasn1==0.6.1
85
+ pyasn1_modules==0.4.2
86
+ pybase64==1.4.2
87
+ pycparser==2.23
88
+ pydantic==2.11.7
89
+ pydantic-settings==2.10.1
90
+ pydantic_core==2.33.2
91
+ Pygments==2.19.2
92
+ pypdf==6.0.0
93
+ PyPika==0.48.9
94
+ pyproject_hooks==1.2.0
95
+ python-dateutil==2.9.0.post0
96
+ python-dotenv==1.1.1
97
+ python-jose==3.5.0
98
+ python-multipart==0.0.20
99
+ PyYAML==6.0.2
100
+ referencing==0.36.2
101
+ regex==2025.9.1
102
+ requests==2.32.5
103
+ requests-oauthlib==2.0.0
104
+ requests-toolbelt==1.0.0
105
+ rich==14.1.0
106
+ rpds-py==0.27.1
107
+ rsa==4.9.1
108
+ safetensors==0.6.2
109
+ scikit-learn==1.7.2
110
+ scipy==1.16.2
111
+ sentence-transformers==5.1.0
112
+ sentencepiece==0.1.99
113
+ shellingham==1.5.4
114
+ six==1.17.0
115
+ sniffio==1.3.1
116
+ SQLAlchemy==2.0.43
117
+ sqlmodel==0.0.24
118
+ starlette==0.47.3
119
+ sympy==1.14.0
120
+ tenacity==8.5.0
121
+ threadpoolctl==3.6.0
122
+ tiktoken==0.11.0
123
+ tokenizers==0.22.0
124
+ torch==2.2.2
125
+ torchvision==0.17.2
126
+ tqdm==4.67.1
127
+ transformers==4.56.1
128
+ typer==0.17.4
129
+ typing-inspect==0.9.0
130
+ typing-inspection==0.4.1
131
+ typing_extensions==4.15.0
132
+ urllib3==2.5.0
133
+ uvicorn==0.35.0
134
+ uvloop==0.21.0
135
+ watchfiles==1.1.0
136
+ websocket-client==1.8.0
137
+ websockets==15.0.1
138
+ yarl==1.20.1
139
+ zipp==3.23.0
140
+ zstandard==0.24.0