You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add AI Memory Benchmark Suite and Issue Templates
- Introduced a new AI Memory Benchmark Suite with support for MTEB, BEIR, LongBench, and LAMA benchmarks.
- Created a unified runner for executing benchmarks with customizable parameters.
- Added configuration for available benchmarks and default datasets.
- Implemented individual benchmark runners for MTEB, BEIR, LongBench, and LAMA.
- Added issue templates for bug reports and feature requests to enhance community engagement.
python -m benchmarks.ai_memory.runner --benchmark mteb beir longbench lama --queries 100
31
+
```
32
+
33
+
## Notes
34
+
35
+
These modules are intentionally structured as a proper benchmark folder with a shared runner. Each benchmark stub is ready for dataset ingestion and evaluation logic to be implemented in the corresponding file.
0 commit comments