Skip to content

Commit 77aa5db

Browse files
author
Daniel Lorch
committed
Revert "chore: enable extraction + few-shot logs"
This reverts commit ba689fa.
1 parent f3867f6 commit 77aa5db

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
@@ -93,8 +93,8 @@
9393
"logging.getLogger('idp_common.ocr.service').setLevel(logging.INFO) # Focus on service logs\n",
9494
"logging.getLogger('idp_common.classification.service').setLevel(logging.DEBUG) # Enable classification logs\n",
9595
"logging.getLogger('idp_common.bedrock.client').setLevel(logging.DEBUG) # show prompts\n",
96-
"logging.getLogger('idp_common.extraction.service').setLevel(logging.INFO) # Enable extraction logs\n",
97-
"logging.getLogger('idp_common.utils.few_shot_example_builder').setLevel(logging.INFO) # Enable few shot logs\n",
96+
"\n",
97+
"logging.getLogger('idp_common.evaluation.service').setLevel(logging.DEBUG) # Enable evaluation logs\n",
9898
"\n",
9999
"logging.getLogger('textractor').setLevel(logging.WARNING) # Suppress textractor logs\n",
100100
"logging.getLogger('idp_common.evaluation.service').setLevel(logging.DEBUG) # Enable evaluation logs\n",

0 commit comments

Comments
 (0)