Skip to content

Commit 564105b

Browse files
try ES 9 client (unlikely to fix the arm timeout, but anyway)
Signed-off-by: Adrian Cole <[email protected]>
1 parent b3441a0 commit 564105b

File tree

2 files changed

+39
-36
lines changed

2 files changed

+39
-36
lines changed

example-apps/chatbot-rag-app/data/index_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def main():
139139
if isinstance(e, ApiError) and e.status_code != 408:
140140
raise
141141
warn(f"Error occurred, will retry after ML jobs complete: {e}")
142-
time.sleep(2) # Checking too fast could return no tasks and fail again
143142
await_ml_tasks()
144143
es.indices.delete(index=INDEX, ignore_unavailable=True)
145144
store.add_documents(list(docs))

example-apps/chatbot-rag-app/requirements.txt

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
aiohappyeyeballs==2.6.1
88
# via aiohttp
9-
aiohttp==3.11.16
9+
aiohttp==3.11.18
1010
# via langchain-community
1111
aiosignal==1.3.2
1212
# via aiohttp
@@ -20,11 +20,11 @@ attrs==25.3.0
2020
# via aiohttp
2121
blinker==1.9.0
2222
# via flask
23-
boto3==1.37.28
23+
boto3==1.38.0
2424
# via
2525
# langchain-aws
2626
# langtrace-python-sdk
27-
botocore==1.37.28
27+
botocore==1.38.0
2828
# via
2929
# boto3
3030
# s3transfer
@@ -41,7 +41,7 @@ charset-normalizer==3.4.1
4141
# via requests
4242
click==8.1.8
4343
# via flask
44-
cohere==5.14.2
44+
cohere==5.15.0
4545
# via langchain-cohere
4646
colorama==0.4.6
4747
# via
@@ -64,7 +64,7 @@ elastic-opentelemetry==1.0.0
6464
# via -r requirements.in
6565
elastic-transport==8.17.1
6666
# via elasticsearch
67-
elasticsearch[vectorstore-mmr]==8.17.2
67+
elasticsearch[vectorstore-mmr]==8.18.0
6868
# via
6969
# -r requirements.in
7070
# langchain-elasticsearch
@@ -80,7 +80,7 @@ flask==3.1.0
8080
# flask-cors
8181
flask-cors==5.0.1
8282
# via -r requirements.in
83-
frozenlist==1.5.0
83+
frozenlist==1.6.0
8484
# via
8585
# aiohttp
8686
# aiosignal
@@ -95,15 +95,15 @@ google-api-core[grpc]==2.24.2
9595
# google-cloud-core
9696
# google-cloud-resource-manager
9797
# google-cloud-storage
98-
google-auth==2.38.0
98+
google-auth==2.39.0
9999
# via
100100
# google-api-core
101101
# google-cloud-aiplatform
102102
# google-cloud-bigquery
103103
# google-cloud-core
104104
# google-cloud-resource-manager
105105
# google-cloud-storage
106-
google-cloud-aiplatform==1.87.0
106+
google-cloud-aiplatform==1.90.0
107107
# via langchain-google-vertexai
108108
google-cloud-bigquery==3.31.0
109109
# via google-cloud-aiplatform
@@ -125,7 +125,7 @@ google-resumable-media==2.7.2
125125
# via
126126
# google-cloud-bigquery
127127
# google-cloud-storage
128-
googleapis-common-protos[grpc]==1.69.2
128+
googleapis-common-protos[grpc]==1.70.0
129129
# via
130130
# google-api-core
131131
# grpc-google-iam-v1
@@ -134,7 +134,7 @@ googleapis-common-protos[grpc]==1.69.2
134134
# opentelemetry-exporter-otlp-proto-http
135135
grpc-google-iam-v1==0.14.2
136136
# via google-cloud-resource-manager
137-
grpcio==1.71.0
137+
grpcio==1.72.0rc1
138138
# via
139139
# google-api-core
140140
# googleapis-common-protos
@@ -147,7 +147,7 @@ h11==0.14.0
147147
# via httpcore
148148
halo==0.0.31
149149
# via -r requirements.in
150-
httpcore==1.0.7
150+
httpcore==1.0.8
151151
# via httpx
152152
httpx==0.28.1
153153
# via
@@ -162,7 +162,7 @@ httpx-sse==0.4.0
162162
# langchain-community
163163
# langchain-google-vertexai
164164
# langchain-mistralai
165-
huggingface-hub==0.30.1
165+
huggingface-hub==0.30.2
166166
# via
167167
# tokenizers
168168
# transformers
@@ -188,17 +188,17 @@ jsonpatch==1.33
188188
# via langchain-core
189189
jsonpointer==3.0.0
190190
# via jsonpatch
191-
langchain==0.3.23
191+
langchain==0.3.24
192192
# via
193193
# -r requirements.in
194194
# langchain-community
195-
langchain-aws==0.2.18
195+
langchain-aws==0.2.21
196196
# via -r requirements.in
197-
langchain-cohere==0.4.3
197+
langchain-cohere==0.4.4
198198
# via -r requirements.in
199-
langchain-community==0.3.21
199+
langchain-community==0.3.22
200200
# via langchain-cohere
201-
langchain-core==0.3.51
201+
langchain-core==0.3.55
202202
# via
203203
# langchain
204204
# langchain-aws
@@ -211,20 +211,20 @@ langchain-core==0.3.51
211211
# langchain-text-splitters
212212
langchain-elasticsearch==0.3.2
213213
# via -r requirements.in
214-
langchain-google-vertexai==2.0.19
214+
langchain-google-vertexai==2.0.20
215215
# via -r requirements.in
216216
langchain-mistralai==0.2.10
217217
# via -r requirements.in
218-
langchain-openai==0.3.12
218+
langchain-openai==0.3.14
219219
# via -r requirements.in
220220
langchain-text-splitters==0.3.8
221221
# via langchain
222-
langsmith==0.3.24
222+
langsmith==0.3.33
223223
# via
224224
# langchain
225225
# langchain-community
226226
# langchain-core
227-
langtrace-python-sdk==3.8.11
227+
langtrace-python-sdk==3.8.15
228228
# via -r requirements.in
229229
log-symbols==0.0.14
230230
# via halo
@@ -234,20 +234,20 @@ markupsafe==3.0.2
234234
# werkzeug
235235
marshmallow==3.26.1
236236
# via dataclasses-json
237-
multidict==6.3.2
237+
multidict==6.4.3
238238
# via
239239
# aiohttp
240240
# yarl
241-
mypy-extensions==1.0.0
241+
mypy-extensions==1.1.0
242242
# via typing-inspect
243-
numpy==2.2.4
243+
numpy==2.2.5
244244
# via
245245
# elasticsearch
246246
# langchain-aws
247247
# langchain-community
248248
# shapely
249249
# transformers
250-
openai==1.70.0
250+
openai==1.75.0
251251
# via langchain-openai
252252
opentelemetry-api==1.31.1
253253
# via
@@ -352,7 +352,7 @@ pyasn1==0.6.1
352352
# rsa
353353
pyasn1-modules==0.4.2
354354
# via google-auth
355-
pydantic==2.11.2
355+
pydantic==2.11.3
356356
# via
357357
# cohere
358358
# google-cloud-aiplatform
@@ -370,11 +370,12 @@ pydantic-core==2.33.1
370370
# via
371371
# cohere
372372
# pydantic
373-
pydantic-settings==2.8.1
373+
pydantic-settings==2.9.1
374374
# via langchain-community
375375
python-dateutil==2.9.0.post0
376376
# via
377377
# botocore
378+
# elasticsearch
378379
# google-cloud-bigquery
379380
python-dotenv==1.1.0
380381
# via pydantic-settings
@@ -406,13 +407,13 @@ requests==2.32.3
406407
# transformers
407408
requests-toolbelt==1.0.0
408409
# via langsmith
409-
rsa==4.9
410+
rsa==4.9.1
410411
# via google-auth
411-
s3transfer==0.11.4
412+
s3transfer==0.12.0
412413
# via boto3
413414
safetensors==0.5.3
414415
# via transformers
415-
sentry-sdk==2.25.1
416+
sentry-sdk==2.26.1
416417
# via langtrace-python-sdk
417418
shapely==2.1.0
418419
# via google-cloud-aiplatform
@@ -456,16 +457,17 @@ tqdm==4.67.1
456457
# transformers
457458
trace-attributes==7.2.1
458459
# via langtrace-python-sdk
459-
transformers==4.51.0
460+
transformers==4.51.3
460461
# via langtrace-python-sdk
461462
types-pyyaml==6.0.12.20250402
462463
# via langchain-cohere
463464
types-requests==2.32.0.20250328
464465
# via cohere
465-
typing-extensions==4.13.1
466+
typing-extensions==4.13.2
466467
# via
467468
# anyio
468469
# cohere
470+
# elasticsearch
469471
# google-cloud-aiplatform
470472
# huggingface-hub
471473
# langchain-core
@@ -480,10 +482,12 @@ typing-extensions==4.13.1
480482
typing-inspect==0.9.0
481483
# via dataclasses-json
482484
typing-inspection==0.4.0
483-
# via pydantic
485+
# via
486+
# pydantic
487+
# pydantic-settings
484488
ujson==5.10.0
485489
# via langtrace-python-sdk
486-
urllib3==2.3.0
490+
urllib3==2.4.0
487491
# via
488492
# botocore
489493
# elastic-transport
@@ -501,7 +505,7 @@ wrapt==1.17.2
501505
# deprecated
502506
# opentelemetry-instrumentation
503507
# opentelemetry-instrumentation-sqlalchemy
504-
yarl==1.19.0
508+
yarl==1.20.0
505509
# via aiohttp
506510
zipp==3.21.0
507511
# via importlib-metadata

0 commit comments

Comments
 (0)