home / saraphina

omi_transcript_segments

9 rows where conversation_id = "10b796c0-62ba-437d-8e44-dcce498ab2a4"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker_id, speaker_name

id ▼ conversation_id text speaker_id speaker_name start_time end_time
274490 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 Right. 0 Speaker 0 -2.2888183598412937e-07 0.5599997711181641
274491 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 I 0 Speaker 0 4.923962640762325 5.243962640762326
274492 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 Yeah. 0 Speaker 0 20.07867161750805 20.39867111750805
274493 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 I think, like, the novelty of the scenario, like, kind of destabilize me. Because I was comfortable not I was uncomfortable. I was comfortable being uncomfortable with that. 1 User 22.07867161750805 32.07867061750805
274494 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 Like, you you know what I mean? I was I was stable with I just have to give her what I'm giving her. Like, I wanna offer this. She doesn't wanna offer the same I can't I can't yeah. 1 User 32.39867161750805 43.598671617508046
274495 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 Yeah. Yeah. Right. Right. Well, and I guess that's a thing. Should I stop doing that? Like, what what is your opinion of that? 1 User 45.038671617508044 53.908671617508055
274496 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 That feels wrong. It feels not like, it feels like I'm teaching myself the wrong thing by making that choice. But then yeah. I'm making myself smaller. 1 User 54.51867461750805 64.39867161750806
274497 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 Yeah. But then at the same time, I'm also like there's something noble about it. Like, if if it if it like, there's something noble about making a space and giving someone like, putting my best foot forward, and and the invitation implicit in the choice 1 User 65.63867361750806 82.19867161750804
274498 Jake Questions Self-Shrinking Behavior 10b796c0-62ba-437d-8e44-dcce498ab2a4 I like I like the I don't know. I don't know, man. This is this is this is I think precisely my conundrum. Like, is the thing part of the bigger the the active part of the part that's driving has this instinct to do that, what we're describing. And then there's this there's a part of me that's like there's another part of me that's like gross. Stop it, Jake. Like, what are you doing to yourself? You know what I mean? 1 User 85.37867161750805 111.27867161750805

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 4.542ms