public / test.json
luodawei's picture
Create test.json
e3befad verified
Raw
History Blame Contribute Delete
583 Bytes
[
{
"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"
}
}
]