OC_P8 / database /__init__.py
KLEB38's picture
Upload folder using huggingface_hub
ab6d9f6 verified
Raw
History Blame Contribute Delete
260 Bytes
"""Supabase / PostgreSQL layer for prediction logging.
Two tables share the same schema (PredictionLog):
- predictions_log: production logs, read by the monitoring dashboard
- predictions_log_test: dedicated for CI/integration tests, truncated after runs
"""