File size: 255 Bytes
5c1a51d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"columns": {
"id": "_row_index",
"text": "text",
"embedding": {
"x": "projection_x",
"y": "projection_y"
},
"neighbors": "__neighbors"
},
"is_static": true,
"database": {
"type": "wasm",
"load": true
}
} |