home / saraphina

omi_transcript_segments

1 row where conversation_id = "132c55a4-33cc-4afb-a3bf-f2a75cd98dae"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id text speaker_id speaker_name start_time end_time
11276 Brief Question About Someone Waiting 132c55a4-33cc-4afb-a3bf-f2a75cd98dae Is someone waiting for you? 0 User -2.2888184503244702e-07 1.20001977111815

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE omi_transcript_segments (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    conversation_id TEXT NOT NULL,
    text TEXT,
    speaker_id INTEGER,
    speaker_name TEXT,
    start_time REAL,
    end_time REAL,
    FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
);
CREATE INDEX idx_omi_segments_conv ON omi_transcript_segments(conversation_id);
Powered by Datasette · Queries took 3.561ms