Skip to main content

reset_all

Method
This is a method of the Memory class in the memory module.
Fully wipes short-term, long-term, and any memory in mem0 or rag.

Signature

def reset_all() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • reset_short_term
  • reset_long_term

Source

View on GitHub

praisonaiagents/memory/memory.py at line 1598