Create test.ndjson
Browse files- test.ndjson +3 -0
test.ndjson
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id": "img_001", "type": "image", "embedding": [0.12, -0.87, 0.33, 0.56], "metadata": {"title": "Sunset Beach", "prompt": "A beach at sunset"}}
|
| 2 |
+
{"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"}}
|
| 3 |
+
{"id": "txt_001", "type": "text", "embedding": [0.03, 0.75, -0.55, 0.22], "metadata": {"title": "Poem", "prompt": "Whispers of wind in the forest"}}
|