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