Replies: 1 comment
-
Hi @skim0011, you can use |
Beta Was this translation helpful? Give feedback.
0 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.
-
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