diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index a6e55de2..f8a0f9e9 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -190,6 +190,21 @@ Output: ] ``` +### Delete Memory + +```python +m.delete(memory_id="m1") # Delete a memory + +m.delete_all(user_id="alice") # Delete all memories +``` + +### Reset Memory + +```python +m.reset() # Reset all memories +``` + + If you have any questions, please feel free to reach out to us using one of the following methods: \ No newline at end of file