File size: 95 Bytes
60e3a80
 
 
 
1
2
3
4
5
CREATE TABLE embeddings_queue_config (
    id INTEGER PRIMARY KEY,
    config_json_str TEXT
);