lmnr-ai / lmnr

Laminar - open-source all-in-one platform for engineering AI products. Crate data flywheel for you AI app. Traces, Evals, Datasets, Labels. YC S24.
https://www.lmnr.ai
Apache License 2.0
1.18k stars 59 forks source link

create migrations for labeling_queue_data with spans #144

Closed dinmukhamedm closed 3 weeks ago

dinmukhamedm commented 3 weeks ago

[!IMPORTANT] Add span_id to labeling_queue_data and make target nullable in dataset_datapoints, updating migrations and schema definitions.

  • Database Schema Changes:
    • Add span_id column to labeling_queue_data table in 0002_cold_romulus.sql.
    • Make target column in dataset_datapoints nullable in 0002_cold_romulus.sql.
  • Migration Files:
    • Rename 0002_motionless_dragon_lord.sql to 0002_cold_romulus.sql.
    • Update 0002_snapshot.json and _journal.json to reflect new migration.
  • Schema Definitions:
    • Update labelingQueueData and datasetDatapoints in schema.ts to match new schema.

This description was created by Ellipsis for 7b811f09dffd336fbbf2e144d480c308e21f5c39. It will automatically update as commits are pushed.