Replies: 1 comment 2 replies
-
| Hey @chengtie really great to hear that your building with Mem0! Love the Excel AI Agent use case. You can add the details into metadata something like this: This way you use metadata to filter/distinguish workbook memories from conversational ones. Keep them under the same user_id for unified retrieval when needed | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m building an AI Agent embedded in Excel. Users chat with the Agent inside Excel, and the Agent can manipulate their workbook. I’m adding a memory layer using Mem0.
Right now, I can add the user–assistant conversation directly to memory, e.g.:
I’d also like to store workbook-related facts in memory, ideally in natural language (e.g., “Workbook abc.xlsx contains 3 worksheets: jan, feb, mar”). Since this information isn’t shown to the user (it’s system-derived), I’m unsure of the best place to put it when calling Mem0:
What’s the best practice in Mem0 for storing non-visible workbook context so it’s retrievable later alongside conversational memories?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions