You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
client.add changes its info well, why do we need client.update?
example: user alex info {name=alex, vegetarian=true} message = "I recently tried chicken and I loved it. I'm thinking of trying more non-vegetarian dishes.." client.add(memory_id, message, user_id="alex") user alex info {name=alex, vegetarian=false}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://docs.mem0.ai/platform/quickstart#4-5-memory-history
client.add changes its info well, why do we need client.update?
example:
user alex info {name=alex, vegetarian=true}
message = "I recently tried chicken and I loved it. I'm thinking of trying more non-vegetarian dishes.." client.add(memory_id, message, user_id="alex")
user alex info {name=alex, vegetarian=false}
Beta Was this translation helpful? Give feedback.
All reactions