Skip to content

Commit ba689fa

Browse files
author
Daniel Lorch
committed
chore: enable extraction + few-shot logs
1 parent fedcb69 commit ba689fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/misc/e2e-example-with-multimodal-page-classification-few-shot-prompting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
"logging.getLogger('idp_common.ocr.service').setLevel(logging.INFO) # Focus on service logs\n",
119119
"logging.getLogger('idp_common.classification.service').setLevel(logging.DEBUG) # Enable classification logs\n",
120120
"logging.getLogger('idp_common.bedrock.client').setLevel(logging.DEBUG) # show prompts\n",
121-
"\n",
122-
"logging.getLogger('idp_common.evaluation.service').setLevel(logging.DEBUG) # Enable evaluation logs\n",
121+
"logging.getLogger('idp_common.extraction.service').setLevel(logging.INFO) # Enable extraction logs\n",
122+
"logging.getLogger('idp_common.utils.few_shot_example_builder').setLevel(logging.INFO) # Enable few shot logs\n",
123123
"\n",
124124
"logging.getLogger('textractor').setLevel(logging.WARNING) # Suppress textractor logs\n",
125125
"logging.getLogger('idp_common.evaluation.service').setLevel(logging.DEBUG) # Enable evaluation logs\n",

0 commit comments

Comments
 (0)