Skip to content

Mem0 Node CLI (v0.2.4)

Choose a tag to compare

@whysosaket whysosaket released this 22 Apr 10:11
· 195 commits to main since this release
32b74e1

Mem0 Node CLI (v0.2.4)

New Features:

  • V3 API Routes: Migrated add, search, and list commands from v1/v2 to v3 API endpoints — POST /v3/memories/add/, POST /v3/memories/search/, POST /v3/memories/. Aligns both CLIs with the Python and TypeScript SDKs which already use v3 (#4916)

Breaking Changes:

  • --graph / --no-graph removed: The enable_graph config option, --graph and --no-graph CLI flags, and MEM0_ENABLE_GRAPH environment variable have been removed from both CLIs. Graph memory is now a project-level setting on the Platform (#4916)