-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretrieval_examples.json
More file actions
49 lines (49 loc) · 2.68 KB
/
retrieval_examples.json
File metadata and controls
49 lines (49 loc) · 2.68 KB
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
[
{
"query": "What is MemOS building toward?",
"expected_keywords": [
"MemOS",
"local-first",
"portfolio"
],
"matched_keywords": [
"MemOS",
"local-first",
"portfolio"
],
"match_ratio": 1.0,
"context": "[MEMORY CONTEXT]\nUse these memories if they improve the answer:\n1. [PROJECT] Ajith is building MemOS as a local-first memory layer for LLM applications and portfolio demos. (importance=0.92, last_seen=0h ago)\n2. [FACT] MemOS uses an Ebbinghaus-style forgetting engine with a default decay rate of 0.008 per hour. (importance=0.88, last_seen=0h ago)\n3. [DECISION] Pinned memories never decay below an importance floor of 0.3. (importance=0.91, last_seen=0h ago)\n4. [PREFERENCE] Ajith wants the forgetting engine to stay visible in the UI because it is the most novel part of MemOS. (importance=0.84, last_seen=0h ago)"
},
{
"query": "How does memory decay work?",
"expected_keywords": [
"forgetting",
"decay",
"0.008",
"pinned"
],
"matched_keywords": [
"forgetting",
"decay",
"0.008",
"pinned"
],
"match_ratio": 1.0,
"context": "[MEMORY CONTEXT]\nUse these memories if they improve the answer:\n1. [DECISION] Pinned memories never decay below an importance floor of 0.3. (importance=0.91, last_seen=0h ago)\n2. [FACT] MemOS uses an Ebbinghaus-style forgetting engine with a default decay rate of 0.008 per hour. (importance=0.88, last_seen=0h ago)\n3. [PROJECT] Ajith is building MemOS as a local-first memory layer for LLM applications and portfolio demos. (importance=0.92, last_seen=0h ago)\n4. [PREFERENCE] Ajith wants the forgetting engine to stay visible in the UI because it is the most novel part of MemOS. (importance=0.84, last_seen=0h ago)"
},
{
"query": "What should stay visible in the UI?",
"expected_keywords": [
"visible",
"UI",
"forgetting engine"
],
"matched_keywords": [
"visible",
"UI",
"forgetting engine"
],
"match_ratio": 1.0,
"context": "[MEMORY CONTEXT]\nUse these memories if they improve the answer:\n1. [PREFERENCE] Ajith wants the forgetting engine to stay visible in the UI because it is the most novel part of MemOS. (importance=0.84, last_seen=0h ago)\n2. [DECISION] Pinned memories never decay below an importance floor of 0.3. (importance=0.91, last_seen=0h ago)\n3. [FACT] MemOS uses an Ebbinghaus-style forgetting engine with a default decay rate of 0.008 per hour. (importance=0.88, last_seen=0h ago)\n4. [FACT] The dashboard shows a live memory graph, a retrieval panel, and a decay curve preview. (importance=0.77, last_seen=0h ago)"
}
]