mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
4 lines
83 B
SQL
4 lines
83 B
SQL
SELECT COUNT(*) AS count
|
|
FROM events
|
|
WHERE type = 'text-chunks' AND is_packed = 1;
|