Event tags are a powerful feature for automatically categorizing user events with semantic attributes. You can use them to enrich event data and track user behavior over time across various dimensions, such as:
By default, no event tags are recorded. You must define the tags you want to track in your config.yaml file:
config.yaml
Copy
event_tags: - name: "emotion" description: "Records the user's current emotional state." - name: "romance" description: "Tracks any mention of romantic relationships or feelings."
Once configured, Memobase will automatically analyze interactions and apply these tags to events when relevant. The description field is crucial for helping the AI accurately understand when to apply each tag.