Overview
TheMemoryType type defines the fundamental storage classifications used by the MemMachine engine. Choosing the correct type ensures your data is indexed and retrieved using the most effective algorithms.
Type Definition
| Value | Description |
|---|---|
"episodic" | Sequential Memory. Stored in chronological order, ideal for conversation history and logs. |
"semantic" | Knowledge Memory. Stored by meaning, ideal for facts, user profiles, and long-term knowledge. |

