File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
lib/idp_common_pkg/idp_common/classification Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -17,3 +17,4 @@ __pycache__
1717.ruff_cache
1818.kiro
1919rvl_cdip_ *
20+ notebooks /examples /data
Original file line number Diff line number Diff line change @@ -684,7 +684,7 @@ def classify_page_bedrock(
684684 document_boundary = classification_data .get (
685685 "document_boundary" , "continue"
686686 )
687- logger .debug (
687+ logger .info (
688688 f"Parsed classification response as { detected_format } : { classification_data } "
689689 )
690690 else :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ classification:
55 target_height : ' '
66 target_width : ' '
77 model : us.amazon.nova-pro-v1:0
8+ temperature : ' 0.0'
89 top_p : ' 0.1'
910 max_tokens : ' 4096'
1011 top_k : ' 5'
Original file line number Diff line number Diff line change 241241 ],
242242 "metadata" : {
243243 "kernelspec" : {
244- "display_name" : " Python 3 " ,
244+ "display_name" : " genaiic-idp-accelerator " ,
245245 "language" : " python" ,
246246 "name" : " python3"
247247 },
255255 "name" : " python" ,
256256 "nbconvert_exporter" : " python" ,
257257 "pygments_lexer" : " ipython3" ,
258- "version" : " 3.12.10 "
258+ "version" : " 3.13.2 "
259259 }
260260 },
261261 "nbformat" : 4 ,
Original file line number Diff line number Diff line change 348348 ],
349349 "metadata" : {
350350 "kernelspec" : {
351- "display_name" : " Python 3 " ,
351+ "display_name" : " genaiic-idp-accelerator " ,
352352 "language" : " python" ,
353353 "name" : " python3"
354354 },
362362 "name" : " python" ,
363363 "nbconvert_exporter" : " python" ,
364364 "pygments_lexer" : " ipython3" ,
365- "version" : " 3.9.0 "
365+ "version" : " 3.13.2 "
366366 }
367367 },
368368 "nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments