example memories
Browse files- memories.json +20 -1
memories.json
CHANGED
@@ -1 +1,20 @@
|
|
1 |
-
[
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"id": "c8e3965d-270c-4baf-836f-33c6ed57f527",
|
4 |
+
"text": "The user's personal website is driven by Markdown and Vue, hosted on Vercel.",
|
5 |
+
"timestamp": "2025-09-06 02:21:17",
|
6 |
+
"tags": "website,markdown,vue,vercel"
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"id": "17806073-cb86-472f-9b39-c1aaaf3ac058",
|
10 |
+
"text": "The user lives in New York City.",
|
11 |
+
"timestamp": "2025-09-06 17:07:27",
|
12 |
+
"tags": "location,address"
|
13 |
+
},
|
14 |
+
{
|
15 |
+
"id": "86e9f249-b43d-4aaa-bca0-b55fcb0c03be",
|
16 |
+
"text": "The user has a pet Russian tortoise who is 8 years old.",
|
17 |
+
"timestamp": "2025-09-06 02:20:59",
|
18 |
+
"tags": "pet,tortoise,animals"
|
19 |
+
}
|
20 |
+
]
|