Skip to content

Commit 8b051c3

Browse files
committed
feat: adding cell outputs
1 parent e02dd49 commit 8b051c3

File tree

2 files changed

+134
-123
lines changed

2 files changed

+134
-123
lines changed

generative-ai/agentic-audio-rag-with-langgraph/notebooks/register-model.ipynb

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"\n",
8686
" <div style=\"background-color: #228B22; color: white;\n",
8787
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
88-
"2025-11-14 15:07:56 - INFO - Notebook execution started.\n",
88+
"2026-01-25 14:49:14 - INFO - Notebook execution started.\n",
8989
" </div>\n",
9090
" "
9191
],
@@ -121,8 +121,8 @@
121121
"output_type": "stream",
122122
"text": [
123123
"Note: you may need to restart the kernel to use updated packages.\n",
124-
"CPU times: user 37.5 ms, sys: 5.51 ms, total: 43 ms\n",
125-
"Wall time: 2.03 s\n"
124+
"CPU times: user 37 ms, sys: 12.4 ms, total: 49.3 ms\n",
125+
"Wall time: 2.2 s\n"
126126
]
127127
}
128128
],
@@ -249,7 +249,7 @@
249249
"\n",
250250
" <div style=\"background-color: #228B22; color: white;\n",
251251
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
252-
"2025-11-14 15:08:00 - INFO - Notebook execution started.\n",
252+
"2026-01-25 14:49:17 - INFO - Notebook execution started.\n",
253253
" </div>\n",
254254
" "
255255
],
@@ -320,7 +320,7 @@
320320
"\n",
321321
" <div style=\"background-color: #228B22; color: white;\n",
322322
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
323-
"2025-11-14 15:08:00 - INFO - Config is properly configured.\n",
323+
"2026-01-25 14:49:17 - INFO - Config is properly configured.\n",
324324
" </div>\n",
325325
" "
326326
],
@@ -337,7 +337,7 @@
337337
"\n",
338338
" <div style=\"background-color: #228B22; color: white;\n",
339339
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
340-
"2025-11-14 15:08:00 - INFO - There are no project secrets found. Please check if the secrets were propely connfigured in your secrets yaml file or in Secrets Manager.\n",
340+
"2026-01-25 14:49:17 - INFO - There are no project secrets found. Please check if the secrets were propely connfigured in your secrets yaml file or in Secrets Manager.\n",
341341
" </div>\n",
342342
" "
343343
],
@@ -395,6 +395,13 @@
395395
"id": "65361d80-72da-41a8-8ec0-a045c7b54761",
396396
"metadata": {},
397397
"outputs": [
398+
{
399+
"name": "stderr",
400+
"output_type": "stream",
401+
"text": [
402+
"2026/01/25 14:49:17 INFO mlflow.tracking.fluent: Experiment with name 'AIStudio-Agentic-Audio-RAG-Experiment' does not exist. Creating a new experiment.\n"
403+
]
404+
},
398405
{
399406
"name": "stdout",
400407
"output_type": "stream",
@@ -409,7 +416,7 @@
409416
"\n",
410417
" <div style=\"background-color: #228B22; color: white;\n",
411418
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
412-
"2025-11-14 15:08:00 - INFO - ⚠️ Warning: Model file not found at None. Please verify the path in config.yaml.\n",
419+
"2026-01-25 14:49:17 - INFO - ⚠️ Warning: Model file not found at None. Please verify the path in config.yaml.\n",
413420
" </div>\n",
414421
" "
415422
],
@@ -426,7 +433,7 @@
426433
"\n",
427434
" <div style=\"background-color: #228B22; color: white;\n",
428435
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
429-
"2025-11-14 15:08:00 - INFO - Starting the experiment: AIStudio-Agentic-Audio-RAG-Experiment\n",
436+
"2026-01-25 14:49:17 - INFO - Starting the experiment: AIStudio-Agentic-Audio-RAG-Experiment\n",
430437
" </div>\n",
431438
" "
432439
],
@@ -443,7 +450,7 @@
443450
"\n",
444451
" <div style=\"background-color: #228B22; color: white;\n",
445452
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
446-
"2025-11-14 15:08:00 - INFO - Using MLflow tracking URI: /phoenix/mlflow\n",
453+
"2026-01-25 14:49:17 - INFO - Using MLflow tracking URI: /phoenix/mlflow\n",
447454
" </div>\n",
448455
" "
449456
],
@@ -460,7 +467,7 @@
460467
"\n",
461468
" <div style=\"background-color: #228B22; color: white;\n",
462469
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
463-
"2025-11-14 15:08:00 - INFO - Run's Artifact URI: /phoenix/mlflow/106338127183278575/74c10c684951472b8dc44659b72726ee/artifacts\n",
470+
"2026-01-25 14:49:17 - INFO - Run's Artifact URI: /phoenix/mlflow/404328271320635222/2cabe3e559b448169dd103335d2424c7/artifacts\n",
464471
" </div>\n",
465472
" "
466473
],
@@ -475,23 +482,23 @@
475482
"name": "stderr",
476483
"output_type": "stream",
477484
"text": [
478-
"Registered model 'AIStudio-Agentic-Audio-RAG-Model' already exists. Creating a new version of this model...\n",
479-
"2025/11/14 15:16:26 WARNING mlflow.tracking._model_registry.fluent: Run with id 74c10c684951472b8dc44659b72726ee has no artifacts at artifact path 'AIStudio-Agentic-Audio-RAG-Model', registering model based on models:/m-90da91fa834e49b0947dc40d9e3d55ab instead\n"
485+
"Successfully registered model 'AIStudio-Agentic-Audio-RAG-Model'.\n",
486+
"2026/01/25 14:50:04 WARNING mlflow.tracking._model_registry.fluent: Run with id 2cabe3e559b448169dd103335d2424c7 has no artifacts at artifact path 'AIStudio-Agentic-Audio-RAG-Model', registering model based on models:/m-008340c63ac94958b5d96c5aab835b7c instead\n"
480487
]
481488
},
482489
{
483490
"name": "stdout",
484491
"output_type": "stream",
485492
"text": [
486-
"Logged model at: runs:/74c10c684951472b8dc44659b72726ee/AIStudio-Agentic-Audio-RAG-Model\n",
493+
"Logged model at: runs:/2cabe3e559b448169dd103335d2424c7/AIStudio-Agentic-Audio-RAG-Model\n",
487494
"Registered name: AIStudio-Agentic-Audio-RAG-Model\n"
488495
]
489496
},
490497
{
491498
"name": "stderr",
492499
"output_type": "stream",
493500
"text": [
494-
"Created version '6' of model 'AIStudio-Agentic-Audio-RAG-Model'.\n"
501+
"Created version '1' of model 'AIStudio-Agentic-Audio-RAG-Model'.\n"
495502
]
496503
},
497504
{
@@ -500,7 +507,7 @@
500507
"\n",
501508
" <div style=\"background-color: #228B22; color: white;\n",
502509
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
503-
"2025-11-14 15:16:27 - INFO - ✅ Model registered successfully with run ID: 74c10c684951472b8dc44659b72726ee\n",
510+
"2026-01-25 14:50:04 - INFO - ✅ Model registered successfully with run ID: 2cabe3e559b448169dd103335d2424c7\n",
504511
" </div>\n",
505512
" "
506513
],
@@ -515,8 +522,8 @@
515522
"name": "stdout",
516523
"output_type": "stream",
517524
"text": [
518-
"CPU times: user 1.26 s, sys: 1min 23s, total: 1min 24s\n",
519-
"Wall time: 8min 27s\n"
525+
"CPU times: user 757 ms, sys: 42.7 s, total: 43.4 s\n",
526+
"Wall time: 46.9 s\n"
520527
]
521528
}
522529
],
@@ -595,7 +602,7 @@
595602
"\n",
596603
" <div style=\"background-color: #228B22; color: white;\n",
597604
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
598-
"2025-11-14 15:16:27 - INFO - ⏱️ Total execution time: 8m 30.79s\n",
605+
"2026-01-25 14:50:04 - INFO - ⏱️ Total execution time: 0m 50.42s\n",
599606
" </div>\n",
600607
" "
601608
],
@@ -612,7 +619,7 @@
612619
"\n",
613620
" <div style=\"background-color: #228B22; color: white;\n",
614621
" padding: 4px 8px; font-family: monospace; border-radius: 4px;\">\n",
615-
"2025-11-14 15:16:27 - INFO - ✅ Notebook execution completed successfully.\n",
622+
"2026-01-25 14:50:04 - INFO - ✅ Notebook execution completed successfully.\n",
616623
" </div>\n",
617624
" "
618625
],

0 commit comments

Comments
 (0)