User Event
Basic
Memobase will track the past key memories and events of the users.
What is an event containing?
An event contains the following information:
- event summary,
optional
: the concise summary of user’s recent experience. - event tags,
optional
: the semantic tags of this event(e.g.emotion::happy
,goal::buy a house
), default to empty. Check here to design your own event tags. - profile delta,
required
: the profile slots that are extracted in this event. - created time,
required
A detailed format is in here.
Disable event summary
If you don’t want to the event summary, only need the user profile, you can set enable_event_summary
to false
in config.yaml
: