- New long-term episodic memory EventMemory based on VectorStore and SegmentStore
- Support separate LLM models for agent, answer, and judge
Full changelog
What's Changed
- Embedded VectorStore Implementation(s) by @edwinyyyu in https://github.com/MemMachine/MemMachine/pull/1292
- docs: regenerate openapi.json by @github-actions[bot] in https://github.com/MemMachine/MemMachine/pull/1385
- Fix Installation Test CI by @edwinyyyu in https://github.com/MemMachine/MemMachine/pull/1389
- update legacy LoCoMo eval scripts to current MemMachine API by @1saac-k in https://github.com/MemMachine/MemMachine/pull/1272
- New long-term episodic memory (named EventMemory to differentiate) based on VectorStore and (new) SegmentStore by @edwinyyyu in https://github.com/MemMachine/MemMachine/pull/1205
- feat: support separate LLM models for agent, answer, and judge in ben… by @cudaMancpy in https://github.com/MemMachine/MemMachine/pull/1376
- Segmenter and Deriver should be async by @edwinyyyu in https://github.com/MemMachine/MemMachine/pull/1394
- Don't ensure ASCII in LLM-visible JSON strings by @edwinyyyu in https://github.com/MemMachine/MemMachine/pull/1378
New Contributors
- @cudaMancpy made their first contribution in https://github.com/MemMachine/MemMachine/pull/1376
Full Changelog: https://github.com/MemMachine/MemMachine/compare/v0.3.7...v0.3.8