home / saraphina

omi_transcript_segments

1 row where conversation_id = "06f95e3f-1d24-4378-a359-2096d76e17c8"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ conversation_id text speaker_id speaker_name start_time end_time
319121 Exploring Feelings And Self-Care 06f95e3f-1d24-4378-a359-2096d76e17c8 Relationships is that i owe i do that too much to to the you overcome. yeah. and i'm not taking care of myself enough. and and the sooner or later that breaks down. right? where i'm showing up weird because i have needs that aren't getting addressed because i'm not doing anything about addressing my own needs. right? i'm just trying to trying to make the other person happy too much. right? and part of me is like like, is it good for me to, like, explore my feelings for lindsay right in this moment? that's i would that's taking care of myself more. that's putting what i want first. yeah. which is a good thing. but then i'm like yeah. so it's like for me, i'm like, this is an opportunity for me to explore this feeling that i'm nervous about that because it makes me feel guilty, i'm like, there's nothing wrong with that. i should be doing. right? yeah. that's healthy for me. right? but then i'm like, that's what i need out of this situation. i don't know if that's what she needs, right? like, i don't knowi want to 0 Speaker 0 0.0 60.92

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.793ms