home / saraphina

sentiment_segments

4 rows where conversation_id = "17605f8c-0a2b-4036-9c47-123cfecec426"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: segment_index, text, sentiment, score, emotions, emotions (array)

id ▼ conversation_id segment_index text sentiment score emotions
3090 Clarifying Whether Items Must Stay 17605f8c-0a2b-4036-9c47-123cfecec426 4 Do they need to stay? Ask them. Ask them. I'm I'm just too negative -0.5 ["frustration"]
3091 Clarifying Whether Items Must Stay 17605f8c-0a2b-4036-9c47-123cfecec426 5 Do they do they need them? neutral 0.0 ["curiosity"]
10462 Clarifying Whether Items Must Stay 17605f8c-0a2b-4036-9c47-123cfecec426 4 Do they need to stay? Ask them. Ask them. I'm I'm just too negative -0.5 ["frustration"]
10463 Clarifying Whether Items Must Stay 17605f8c-0a2b-4036-9c47-123cfecec426 5 Do they do they need them? neutral 0.0 ["curiosity"]

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