Prerequisites
- Bun runtime installed
- API keys for providers and LLM judges you want to use
Install MemoryBench
Configure API Keys
Create a.env.local file in the root directory:
You only need API keys for the providers and judges you plan to use. For example, to benchmark Supermemory with GPT-4o as judge, you only need
SUPERMEMORY_API_KEY and OPENAI_API_KEY.Verify Installation
Start the Web Interface
Next Steps
- CLI Reference - Play around with MemoryBench
- Architecture - Understand how MemoryBench works
- Extend MemoryBench - Add custom providers, benchmarks, and prompts