@@ -8,13 +8,12 @@ annotated-types==0.7.0
8
8
# via pydantic
9
9
anyio==4.4.0
10
10
# via
11
- # -c ./ingest/../base.txt
12
- # httpx
11
+ # -c ingest/../base.txt
13
12
# starlette
14
13
# watchfiles
15
14
backoff==2.2.1
16
15
# via
17
- # -c ./ ingest/../base.txt
16
+ # -c ingest/../base.txt
18
17
# opentelemetry-exporter-otlp-proto-grpc
19
18
# posthog
20
19
bcrypt==4.2.0
@@ -23,22 +22,21 @@ cachetools==5.5.0
23
22
# via google-auth
24
23
certifi==2024.8.30
25
24
# via
26
- # -c ./ingest/../base.txt
27
- # httpx
25
+ # -c ingest/../base.txt
28
26
# kubernetes
29
27
# pulsar-client
30
28
# requests
31
29
charset-normalizer==3.3.2
32
30
# via
33
- # -c ./ ingest/../base.txt
31
+ # -c ingest/../base.txt
34
32
# requests
35
33
chroma-hnswlib==0.7.3
36
34
# via chromadb
37
35
chromadb==0.4.17
38
- # via -r ./ ingest/chroma.in
36
+ # via -r ingest/chroma.in
39
37
click==8.1.7
40
38
# via
41
- # -c ./ ingest/../base.txt
39
+ # -c ingest/../base.txt
42
40
# typer
43
41
# uvicorn
44
42
coloredlogs==15.0.1
@@ -47,7 +45,7 @@ deprecated==1.2.14
47
45
# via opentelemetry-api
48
46
exceptiongroup==1.2.2
49
47
# via
50
- # -c ./ ingest/../base.txt
48
+ # -c ingest/../base.txt
51
49
# anyio
52
50
fastapi==0.114.2
53
51
# via chromadb
@@ -63,13 +61,12 @@ googleapis-common-protos==1.65.0
63
61
# via opentelemetry-exporter-otlp-proto-grpc
64
62
grpcio==1.66.1
65
63
# via
66
- # -c ./ ingest/../deps/constraints.txt
64
+ # -c ingest/../deps/constraints.txt
67
65
# chromadb
68
66
# opentelemetry-exporter-otlp-proto-grpc
69
67
h11==0.14.0
70
68
# via
71
- # -c ./ingest/../base.txt
72
- # httpcore
69
+ # -c ingest/../base.txt
73
70
# uvicorn
74
71
httptools==0.6.1
75
72
# via uvicorn
@@ -79,25 +76,28 @@ humanfriendly==10.0
79
76
# via coloredlogs
80
77
idna==3.10
81
78
# via
82
- # -c ./ ingest/../base.txt
79
+ # -c ingest/../base.txt
83
80
# anyio
84
- # httpx
85
81
# requests
86
82
importlib-metadata==8.5.0
87
83
# via
88
- # -c ./ ingest/../deps/constraints.txt
89
- # -r ./ ingest/chroma.in
84
+ # -c ingest/../deps/constraints.txt
85
+ # -r ingest/chroma.in
90
86
importlib-resources==6.4.5
91
87
# via chromadb
92
88
kubernetes==30.1.0
93
89
# via chromadb
90
+ markdown-it-py==3.0.0
91
+ # via rich
92
+ mdurl==0.1.2
93
+ # via markdown-it-py
94
94
monotonic==1.6
95
95
# via posthog
96
96
mpmath==1.3.0
97
97
# via sympy
98
98
numpy==1.26.4
99
99
# via
100
- # -c ./ ingest/../base.txt
100
+ # -c ingest/../base.txt
101
101
# chroma-hnswlib
102
102
# chromadb
103
103
# onnxruntime
@@ -126,15 +126,14 @@ overrides==7.7.0
126
126
# via chromadb
127
127
packaging==24.1
128
128
# via
129
- # -c ./ingest/../base.txt
130
- # build
129
+ # -c ingest/../base.txt
131
130
# huggingface-hub
132
131
# onnxruntime
133
132
posthog==3.6.6
134
133
# via chromadb
135
134
protobuf==4.25.4
136
135
# via
137
- # -c ./ ingest/../deps/constraints.txt
136
+ # -c ingest/../deps/constraints.txt
138
137
# googleapis-common-protos
139
138
# onnxruntime
140
139
# opentelemetry-proto
@@ -152,11 +151,13 @@ pydantic==2.9.1
152
151
# fastapi
153
152
pydantic-core==2.23.3
154
153
# via pydantic
154
+ pygments==2.18.0
155
+ # via rich
155
156
pypika==0.48.9
156
157
# via chromadb
157
158
python-dateutil==2.9.0.post0
158
159
# via
159
- # -c ./ ingest/../base.txt
160
+ # -c ingest/../base.txt
160
161
# kubernetes
161
162
# posthog
162
163
python-dotenv==1.0.1
@@ -169,51 +170,54 @@ pyyaml==6.0.2
169
170
# uvicorn
170
171
requests==2.32.3
171
172
# via
172
- # -c ./ ingest/../base.txt
173
+ # -c ingest/../base.txt
173
174
# chromadb
174
175
# huggingface-hub
175
176
# kubernetes
176
177
# posthog
177
178
# requests-oauthlib
178
179
requests-oauthlib==2.0.0
179
180
# via kubernetes
181
+ rich==13.8.1
182
+ # via typer
180
183
rsa==4.9
181
184
# via google-auth
185
+ shellingham==1.5.4
186
+ # via typer
182
187
six==1.16.0
183
188
# via
184
- # -c ./ ingest/../base.txt
189
+ # -c ingest/../base.txt
185
190
# kubernetes
186
191
# posthog
187
192
# python-dateutil
188
193
sniffio==1.3.1
189
194
# via
190
- # -c ./ ingest/../base.txt
195
+ # -c ingest/../base.txt
191
196
# anyio
192
- # httpx
193
197
starlette==0.38.5
194
198
# via fastapi
195
199
sympy==1.13.2
196
200
# via onnxruntime
197
201
tenacity==8.5.0
198
202
# via
199
- # -r ./ ingest/chroma.in
203
+ # -r ingest/chroma.in
200
204
# chromadb
201
205
tokenizers==0.19.1
202
206
# via
203
- # -c ./ ingest/../deps/constraints.txt
207
+ # -c ingest/../deps/constraints.txt
204
208
# chromadb
205
209
tqdm==4.66.5
206
210
# via
207
- # -c ./ ingest/../base.txt
211
+ # -c ingest/../base.txt
208
212
# chromadb
209
213
# huggingface-hub
210
- typer==0.9.0
214
+ typer==0.12.5
211
215
# via
212
- # -r ./ ingest/chroma.in
216
+ # -r ingest/chroma.in
213
217
# chromadb
214
218
typing-extensions==4.12.2
215
219
# via
216
- # -c ./ ingest/../base.txt
220
+ # -c ingest/../base.txt
217
221
# anyio
218
222
# chromadb
219
223
# fastapi
@@ -226,8 +230,8 @@ typing-extensions==4.12.2
226
230
# uvicorn
227
231
urllib3==1.26.20
228
232
# via
229
- # -c ./ ingest/../base.txt
230
- # -c ./ ingest/../deps/constraints.txt
233
+ # -c ingest/../base.txt
234
+ # -c ingest/../deps/constraints.txt
231
235
# kubernetes
232
236
# requests
233
237
uvicorn[standard]==0.30.6
@@ -242,9 +246,8 @@ websockets==13.0.1
242
246
# via uvicorn
243
247
wrapt==1.16.0
244
248
# via
245
- # -c ./ ingest/../base.txt
249
+ # -c ingest/../base.txt
246
250
# deprecated
247
- # opentelemetry-instrumentation
248
251
zipp==3.20.2
249
252
# via
250
253
# importlib-metadata
0 commit comments