File size: 583 Bytes
e3befad | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | [
{
"id": "img_001",
"type": "image",
"embedding": [0.12, -0.87, 0.33, 0.56],
"metadata": {
"title": "Sunset Beach",
"prompt": "A beach at sunset"
}
},
{
"id": "img_002",
"type": "image",
"embedding": [-0.44, 0.91, -0.12, 0.08],
"metadata": {
"title": "Mountain View",
"prompt": "Snowy mountain peak under blue sky"
}
},
{
"id": "txt_001",
"type": "text",
"embedding": [0.03, 0.75, -0.55, 0.22],
"metadata": {
"title": "Poem",
"prompt": "Whispers of wind in the forest"
}
}
] |