blob: 14e0146697a7c191391aca006bd603f4e5c28ed0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
---
title: "MemoryBench"
description: "Open-source framework for standardized, reproducible benchmarks of memory layer providers"
sidebarTitle: "Overview"
icon: "flask-conical"
---
Our goal is to make evaluation more rigorous, accessible, and in line with industry standards. Design and run evaluations tailored to your specific needs, and run industry-standard benchmarks easily on any memory provider. With MemoryBench, you can trust in provider through transparent, reproducible, and domain-relevant evaluations.
<Columns cols={2}>
<Card title="Web Interface" icon="globe" href="/memorybench/installation#start-the-web-interface">
<br/>
```bun run src/index.ts serve```
</Card>
<Card title="Installation" icon="download" href="/memorybench/installation">
Get MemoryBench up and running in your environment
</Card>
<Card title="CLI Reference" icon="terminal" href="/memorybench/cli">
Command-line interface for running evaluations
</Card>
<Card title="Architecture" icon="blocks" href="/memorybench/architecture">
Understanding MemoryBench's design and implementation
</Card>
</Columns>
## Works with any memory provider
<Columns cols={3}>
<Card title="Supermemory" icon="brain" href="https://supermemory.ai">
Cloud-based memory layer
</Card>
<Card title="Mem0" icon="database" href="https://mem0.ai">
Graph-based memory
</Card>
<Card title="Zep" icon="zap" href="https://getzep.com">
Long-term memory for AI
</Card>
</Columns>
<Note>
We're actively adding support for more providers. [Contribute your own](/memorybench/extend-provider) or [create a feature request](https://github.com/supermemoryai/memorybench/issues).
</Note>
## Contribute
<Card title="Report issue" icon="bug" href="https://github.com/supermemoryai/memorybench/issues">
Found a bug or have a feature request? Let us know.
</Card>
|