home / saraphina

sentiment_segments

1 row where conversation_id = "1757a9f6-025c-42ce-a025-fa91f184e301"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: emotions (array)

id ▼ conversation_id segment_index text sentiment score emotions
14949 Casual Chat About Food And Studying 1757a9f6-025c-42ce-a025-fa91f184e301 266 He has ninety studying the safety of got him here for all of Do you guys want a pizza? Yes. You're hungry? K. neutral 0.0 ["contentment"]

Advanced export

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

CSV options:

CREATE TABLE sentiment_segments (
        id INTEGER PRIMARY KEY AUTOINCREMENT,
        conversation_id TEXT NOT NULL,
        segment_index INTEGER,
        text TEXT,
        sentiment TEXT,
        score REAL,
        emotions TEXT,
        FOREIGN KEY (conversation_id) REFERENCES omi_conversations(id)
    );
CREATE INDEX idx_sentiment_segments_conv ON sentiment_segments(conversation_id);
Powered by Datasette · Queries took 3.807ms