Skip to content

Commit 1ada0cd

Browse files
authored
Merge pull request #185 from yxlvbubu-prog/patch-57
Update mem_production.md
2 parents 6d2a0de + 53ab39c commit 1ada0cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/en/overview/quick_start/mem_production.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ As a result:
4444
**Example**:
4545

4646
```json
47-
User: I want to go on a trip during the summer vacation. Can you recommend something?
48-
AI: Sure! Will you be traveling alone or with family and friends?
49-
User: Of course with kids. Our family always travels together.
50-
AI: Got it. So, you travel with both kids and parents, right?
51-
User: Yes, we usually bring the kids and elders—traveling as a whole family.
52-
AI: Understood. I’ll recommend destinations suitable for family trips.
47+
User: I’ve planned to travel to Guangzhou this summer. What chain hotels are available for accommodation?
48+
Assistant: You can consider options like 7 Days Inn, All Seasons, Hilton, etc.
49+
User: I’ll choose 7 Days Inn.
50+
Assistant: Alright, feel free to ask me if you have any other questions.
5351
```
5452

5553
```json
56-
Memory: The user usually travels with the whole family (children and parents)
57-
Metadata: timestamp=2025-06-10, source=Conversation A…
54+
Fact Memory: The user has planned to travel to Guangzhou during the summer of 2024 and has chosen to stay at 7 Days Inn for accommodation.
55+
56+
Preference Memory: Preference for budget-friendly accommodations.
57+
Reasoning: The user's choice of 7 Days Inn over other options like Hilton suggests a potential preference for more budget-friendly accommodations. 7 Days Inn is known for being an economical option compared to Hilton, which is a higher-end hotel chain. This choice indicates that the user might prioritize cost-effectiveness in their accommodation decisions.
5858
```
5959

6060
> For you, this means: as long as you store raw conversations, you don’t need to write your own “keyword extraction” or “intent recognition” logic—you can directly obtain reusable long-term user preferences.
@@ -75,7 +75,7 @@ In MemOS, **memory production** is the full process of converting raw input into
7575
Learn more about MemOS core capabilities:
7676

7777
- [Memory Scheduling](/overview/quick_start/mem_schedule)
78-
- [Memory Recall & Instruction Completion](/overview/quick_start/mem_recall)
78+
- [Memory Recall](/overview/quick_start/mem_recall)
7979
- [Memory Lifecycle Management](/overview/quick_start/mem_lifecycle)
8080

8181
## 4. Contact Us

0 commit comments

Comments
 (0)