angry-meow commited on
Commit
3a17448
·
1 Parent(s): 33cc85f

requirements

Browse files
Files changed (2) hide show
  1. requirements.in +7 -0
  2. requirements.txt +416 -4
requirements.in ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ chainlit==0.7.700
2
+ langchain==0.3.0
3
+ langchain_huggingface==0.1.0
4
+ langchain_community==0.3.0
5
+ langchain_openai==0.2.0
6
+ qdrant-client==1.11.2
7
+ PyMuPDF==1.24.10
requirements.txt CHANGED
@@ -1,7 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  chainlit==0.7.700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  langchain==0.3.0
3
- langchain_huggingface==0.1.0
4
- langchain_community==0.3.0
5
- langchain_openai==0.2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  qdrant-client==1.11.2
7
- PyMuPDF==1.24.10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.11
3
+ # by the following command:
4
+ #
5
+ # pip-compile requirements.in
6
+ #
7
+ aiofiles==23.2.1
8
+ # via chainlit
9
+ aiohappyeyeballs==2.4.0
10
+ # via aiohttp
11
+ aiohttp==3.10.5
12
+ # via
13
+ # langchain
14
+ # langchain-community
15
+ # python-graphql-client
16
+ aiosignal==1.3.1
17
+ # via aiohttp
18
+ annotated-types==0.7.0
19
+ # via pydantic
20
+ anyio==3.7.1
21
+ # via
22
+ # asyncer
23
+ # httpcore
24
+ # openai
25
+ # starlette
26
+ # watchfiles
27
+ asyncer==0.0.2
28
+ # via chainlit
29
+ attrs==24.2.0
30
+ # via aiohttp
31
+ bidict==0.23.1
32
+ # via python-socketio
33
+ certifi==2024.8.30
34
+ # via
35
+ # httpcore
36
+ # httpx
37
+ # requests
38
  chainlit==0.7.700
39
+ # via -r requirements.in
40
+ charset-normalizer==3.3.2
41
+ # via requests
42
+ click==8.1.7
43
+ # via
44
+ # chainlit
45
+ # uvicorn
46
+ dataclasses-json==0.5.14
47
+ # via
48
+ # chainlit
49
+ # langchain-community
50
+ deprecated==1.2.14
51
+ # via
52
+ # opentelemetry-api
53
+ # opentelemetry-exporter-otlp-proto-grpc
54
+ # opentelemetry-exporter-otlp-proto-http
55
+ # opentelemetry-semantic-conventions
56
+ distro==1.9.0
57
+ # via openai
58
+ fastapi==0.100.1
59
+ # via
60
+ # chainlit
61
+ # fastapi-socketio
62
+ fastapi-socketio==0.0.10
63
+ # via chainlit
64
+ filelock==3.16.1
65
+ # via
66
+ # huggingface-hub
67
+ # torch
68
+ # transformers
69
+ # triton
70
+ filetype==1.2.0
71
+ # via chainlit
72
+ frozenlist==1.4.1
73
+ # via
74
+ # aiohttp
75
+ # aiosignal
76
+ fsspec==2024.9.0
77
+ # via
78
+ # huggingface-hub
79
+ # torch
80
+ googleapis-common-protos==1.65.0
81
+ # via
82
+ # opentelemetry-exporter-otlp-proto-grpc
83
+ # opentelemetry-exporter-otlp-proto-http
84
+ greenlet==3.1.1
85
+ # via sqlalchemy
86
+ grpcio==1.66.1
87
+ # via
88
+ # grpcio-tools
89
+ # opentelemetry-exporter-otlp-proto-grpc
90
+ # qdrant-client
91
+ grpcio-tools==1.62.3
92
+ # via qdrant-client
93
+ h11==0.14.0
94
+ # via
95
+ # httpcore
96
+ # uvicorn
97
+ # wsproto
98
+ h2==4.1.0
99
+ # via httpx
100
+ hpack==4.0.0
101
+ # via h2
102
+ httpcore==0.17.3
103
+ # via httpx
104
+ httpx[http2]==0.24.1
105
+ # via
106
+ # chainlit
107
+ # langsmith
108
+ # openai
109
+ # qdrant-client
110
+ huggingface-hub==0.25.1
111
+ # via
112
+ # langchain-huggingface
113
+ # sentence-transformers
114
+ # tokenizers
115
+ # transformers
116
+ hyperframe==6.0.1
117
+ # via h2
118
+ idna==3.10
119
+ # via
120
+ # anyio
121
+ # httpx
122
+ # requests
123
+ # yarl
124
+ importlib-metadata==8.4.0
125
+ # via opentelemetry-api
126
+ jinja2==3.1.4
127
+ # via torch
128
+ jiter==0.5.0
129
+ # via openai
130
+ joblib==1.4.2
131
+ # via scikit-learn
132
+ jsonpatch==1.33
133
+ # via langchain-core
134
+ jsonpointer==3.0.0
135
+ # via jsonpatch
136
  langchain==0.3.0
137
+ # via
138
+ # -r requirements.in
139
+ # langchain-community
140
+ langchain-community==0.3.0
141
+ # via -r requirements.in
142
+ langchain-core==0.3.5
143
+ # via
144
+ # langchain
145
+ # langchain-community
146
+ # langchain-huggingface
147
+ # langchain-openai
148
+ # langchain-text-splitters
149
+ langchain-huggingface==0.1.0
150
+ # via -r requirements.in
151
+ langchain-openai==0.2.0
152
+ # via -r requirements.in
153
+ langchain-text-splitters==0.3.0
154
+ # via langchain
155
+ langsmith==0.1.125
156
+ # via
157
+ # langchain
158
+ # langchain-community
159
+ # langchain-core
160
+ lazify==0.4.0
161
+ # via chainlit
162
+ markupsafe==2.1.5
163
+ # via jinja2
164
+ marshmallow==3.22.0
165
+ # via dataclasses-json
166
+ mpmath==1.3.0
167
+ # via sympy
168
+ multidict==6.1.0
169
+ # via
170
+ # aiohttp
171
+ # yarl
172
+ mypy-extensions==1.0.0
173
+ # via typing-inspect
174
+ nest-asyncio==1.6.0
175
+ # via chainlit
176
+ networkx==3.3
177
+ # via torch
178
+ numpy==1.26.4
179
+ # via
180
+ # langchain
181
+ # langchain-community
182
+ # qdrant-client
183
+ # scikit-learn
184
+ # scipy
185
+ # transformers
186
+ nvidia-cublas-cu12==12.1.3.1
187
+ # via
188
+ # nvidia-cudnn-cu12
189
+ # nvidia-cusolver-cu12
190
+ # torch
191
+ nvidia-cuda-cupti-cu12==12.1.105
192
+ # via torch
193
+ nvidia-cuda-nvrtc-cu12==12.1.105
194
+ # via torch
195
+ nvidia-cuda-runtime-cu12==12.1.105
196
+ # via torch
197
+ nvidia-cudnn-cu12==9.1.0.70
198
+ # via torch
199
+ nvidia-cufft-cu12==11.0.2.54
200
+ # via torch
201
+ nvidia-curand-cu12==10.3.2.106
202
+ # via torch
203
+ nvidia-cusolver-cu12==11.4.5.107
204
+ # via torch
205
+ nvidia-cusparse-cu12==12.1.0.106
206
+ # via
207
+ # nvidia-cusolver-cu12
208
+ # torch
209
+ nvidia-nccl-cu12==2.20.5
210
+ # via torch
211
+ nvidia-nvjitlink-cu12==12.6.68
212
+ # via
213
+ # nvidia-cusolver-cu12
214
+ # nvidia-cusparse-cu12
215
+ nvidia-nvtx-cu12==12.1.105
216
+ # via torch
217
+ openai==1.47.0
218
+ # via langchain-openai
219
+ opentelemetry-api==1.27.0
220
+ # via
221
+ # opentelemetry-exporter-otlp-proto-grpc
222
+ # opentelemetry-exporter-otlp-proto-http
223
+ # opentelemetry-instrumentation
224
+ # opentelemetry-sdk
225
+ # opentelemetry-semantic-conventions
226
+ # uptrace
227
+ opentelemetry-exporter-otlp==1.27.0
228
+ # via uptrace
229
+ opentelemetry-exporter-otlp-proto-common==1.27.0
230
+ # via
231
+ # opentelemetry-exporter-otlp-proto-grpc
232
+ # opentelemetry-exporter-otlp-proto-http
233
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
234
+ # via opentelemetry-exporter-otlp
235
+ opentelemetry-exporter-otlp-proto-http==1.27.0
236
+ # via opentelemetry-exporter-otlp
237
+ opentelemetry-instrumentation==0.48b0
238
+ # via uptrace
239
+ opentelemetry-proto==1.27.0
240
+ # via
241
+ # opentelemetry-exporter-otlp-proto-common
242
+ # opentelemetry-exporter-otlp-proto-grpc
243
+ # opentelemetry-exporter-otlp-proto-http
244
+ opentelemetry-sdk==1.27.0
245
+ # via
246
+ # opentelemetry-exporter-otlp-proto-grpc
247
+ # opentelemetry-exporter-otlp-proto-http
248
+ # uptrace
249
+ opentelemetry-semantic-conventions==0.48b0
250
+ # via opentelemetry-sdk
251
+ orjson==3.10.7
252
+ # via langsmith
253
+ packaging==23.2
254
+ # via
255
+ # chainlit
256
+ # huggingface-hub
257
+ # langchain-core
258
+ # marshmallow
259
+ # transformers
260
+ pillow==10.4.0
261
+ # via sentence-transformers
262
+ portalocker==2.10.1
263
+ # via qdrant-client
264
+ protobuf==4.25.5
265
+ # via
266
+ # googleapis-common-protos
267
+ # grpcio-tools
268
+ # opentelemetry-proto
269
+ pydantic==2.9.2
270
+ # via
271
+ # chainlit
272
+ # fastapi
273
+ # langchain
274
+ # langchain-core
275
+ # langsmith
276
+ # openai
277
+ # pydantic-settings
278
+ # qdrant-client
279
+ pydantic-core==2.23.4
280
+ # via pydantic
281
+ pydantic-settings==2.5.2
282
+ # via langchain-community
283
+ pyjwt==2.9.0
284
+ # via chainlit
285
+ pymupdf==1.24.10
286
+ # via -r requirements.in
287
+ pymupdfb==1.24.10
288
+ # via pymupdf
289
+ python-dotenv==1.0.1
290
+ # via
291
+ # chainlit
292
+ # pydantic-settings
293
+ python-engineio==4.9.1
294
+ # via python-socketio
295
+ python-graphql-client==0.4.3
296
+ # via chainlit
297
+ python-multipart==0.0.6
298
+ # via chainlit
299
+ python-socketio==5.11.4
300
+ # via fastapi-socketio
301
+ pyyaml==6.0.2
302
+ # via
303
+ # huggingface-hub
304
+ # langchain
305
+ # langchain-community
306
+ # langchain-core
307
+ # transformers
308
  qdrant-client==1.11.2
309
+ # via -r requirements.in
310
+ regex==2024.9.11
311
+ # via
312
+ # tiktoken
313
+ # transformers
314
+ requests==2.32.3
315
+ # via
316
+ # huggingface-hub
317
+ # langchain
318
+ # langchain-community
319
+ # langsmith
320
+ # opentelemetry-exporter-otlp-proto-http
321
+ # python-graphql-client
322
+ # tiktoken
323
+ # transformers
324
+ safetensors==0.4.5
325
+ # via transformers
326
+ scikit-learn==1.5.2
327
+ # via sentence-transformers
328
+ scipy==1.14.1
329
+ # via
330
+ # scikit-learn
331
+ # sentence-transformers
332
+ sentence-transformers==3.1.1
333
+ # via langchain-huggingface
334
+ simple-websocket==1.0.0
335
+ # via python-engineio
336
+ sniffio==1.3.1
337
+ # via
338
+ # anyio
339
+ # httpcore
340
+ # httpx
341
+ # openai
342
+ sqlalchemy==2.0.35
343
+ # via
344
+ # langchain
345
+ # langchain-community
346
+ starlette==0.27.0
347
+ # via fastapi
348
+ sympy==1.13.3
349
+ # via torch
350
+ syncer==2.0.3
351
+ # via chainlit
352
+ tenacity==8.5.0
353
+ # via
354
+ # langchain
355
+ # langchain-community
356
+ # langchain-core
357
+ threadpoolctl==3.5.0
358
+ # via scikit-learn
359
+ tiktoken==0.7.0
360
+ # via langchain-openai
361
+ tokenizers==0.19.1
362
+ # via
363
+ # langchain-huggingface
364
+ # transformers
365
+ tomli==2.0.1
366
+ # via chainlit
367
+ torch==2.4.1
368
+ # via sentence-transformers
369
+ tqdm==4.66.5
370
+ # via
371
+ # huggingface-hub
372
+ # openai
373
+ # sentence-transformers
374
+ # transformers
375
+ transformers==4.44.2
376
+ # via
377
+ # langchain-huggingface
378
+ # sentence-transformers
379
+ triton==3.0.0
380
+ # via torch
381
+ typing-extensions==4.12.2
382
+ # via
383
+ # fastapi
384
+ # huggingface-hub
385
+ # langchain-core
386
+ # openai
387
+ # opentelemetry-sdk
388
+ # pydantic
389
+ # pydantic-core
390
+ # sqlalchemy
391
+ # torch
392
+ # typing-inspect
393
+ typing-inspect==0.9.0
394
+ # via dataclasses-json
395
+ uptrace==1.26.0
396
+ # via chainlit
397
+ urllib3==2.2.3
398
+ # via
399
+ # qdrant-client
400
+ # requests
401
+ uvicorn==0.23.2
402
+ # via chainlit
403
+ watchfiles==0.20.0
404
+ # via chainlit
405
+ websockets==13.1
406
+ # via python-graphql-client
407
+ wrapt==1.16.0
408
+ # via
409
+ # deprecated
410
+ # opentelemetry-instrumentation
411
+ wsproto==1.2.0
412
+ # via simple-websocket
413
+ yarl==1.11.1
414
+ # via aiohttp
415
+ zipp==3.20.2
416
+ # via importlib-metadata
417
+
418
+ # The following packages are considered to be unsafe in a requirements file:
419
+ # setuptools