Skip to content

fix(dataprep): log batch labeling exceptions to ingestion_log

Jérôme Revillard requested to merge fix/dataprep-batch-exception-logging into main

The _llm_suggest_labels 'except Exception: pass' silently swallowed batch call failures (timeouts, connection errors). Now routes to _write_ingestion_log for visibility. Single-line fix.

Merge request reports

Loading