-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathvalidation_report.txt
80 lines (75 loc) · 1.66 KB
/
validation_report.txt
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Memory Data Validation Report
============================
Total Memories: 38
Issues Found:
-------------
1. Tag Format Issues: 0
2. Missing Fields: 13
3. Inconsistent Formats: 0
Recommendations:
---------------
- Repair memories with missing required fields
Detailed Issues:
---------------
{
"total_memories": 38,
"tag_format_issues": [],
"missing_required_fields": [
{
"memory_id": "1735207931016",
"missing_field": "content_hash"
},
{
"memory_id": "1735207931075",
"missing_field": "content_hash"
},
{
"memory_id": "1735226105602",
"missing_field": "content_hash"
},
{
"memory_id": "1735255325594",
"missing_field": "content_hash"
},
{
"memory_id": "1735255373871",
"missing_field": "content_hash"
},
{
"memory_id": "1735255377006",
"missing_field": "content_hash"
},
{
"memory_id": "1735255380099",
"missing_field": "content_hash"
},
{
"memory_id": "1735255382794",
"missing_field": "content_hash"
},
{
"memory_id": "1735255423751",
"missing_field": "content_hash"
},
{
"memory_id": "1735255426629",
"missing_field": "content_hash"
},
{
"memory_id": "1735255429707",
"missing_field": "content_hash"
},
{
"memory_id": "1735255433132",
"missing_field": "content_hash"
},
{
"memory_id": "1735255436187",
"missing_field": "content_hash"
}
],
"inconsistent_formats": [],
"recommendations": [
"Repair memories with missing required fields"
]
}