Skip to content

feat: add retrieval quality benchmark - #49

Merged
davidrobertson merged 1 commit into
mainfrom
feat/retrieval-quality-benchmark
Jul 25, 2026
Merged

feat: add retrieval quality benchmark#49
davidrobertson merged 1 commit into
mainfrom
feat/retrieval-quality-benchmark

Conversation

@davidrobertson

Copy link
Copy Markdown
Contributor

Summary

  • run production session search against a fixed nine-session corpus
  • report Recall@1, Recall@5, mean reciprocal rank, category scores, and per-query ranks
  • cover exact, cross-session, temporal, and paraphrase retrieval without new dependencies

Baseline

  • Recall@1: 0.875
  • Recall@5: 0.875
  • mean reciprocal rank: 0.875
  • paraphrase Recall@5: 0.5

Validation

  • npm test (183/183)
  • npm run typecheck
  • npm run smoke
  • npm pack --dry-run
  • independent VoltFlow review

@davidrobertson
davidrobertson merged commit 544436f into main Jul 25, 2026
1 check passed
@davidrobertson
davidrobertson deleted the feat/retrieval-quality-benchmark branch July 25, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant