benchmark: locomo improvements#185
Open
you06 wants to merge 2 commits into
Open
Conversation
👷 Deploy request for mem9 pending review.A Netlify team Owner will need to approve the deploy before you can run your build. Are you a team Owner? Visit the deploys page to approve it → Need more help? Learn more in the Netlify docs →
|
- Add fetch.ts (retry with exponential backoff for 429/5xx) - Add concurrency.ts (generic concurrent task runner) - llm.ts: detailed temporal reasoning prompt, Qwen support, fetchWithRetry - evaluation.ts: fix stopword list (remove erroneous 'and') - types.ts: add evidence_recall, retrieved_dia_ids, macro stats, nullable LLM scores - retrieve.ts: extract dia_ids for evidence recall computation - mem9.ts: multi-tenant provisioning, ingestMessages, retrieval limit 20 - ingest.ts: messages mode, concurrent raw ingest, session key regex parsing - stats.ts: evidence recall metrics, macro-averaged F1/LLM scores, null safety - cli.ts: --ingest-mode, --judge-model, split concurrency flags, per-sample tenant - package.json: remove unused picospinner dependency Co-Authored-By: Claude Opus 4.6 <[email protected]>
Signed-off-by: you06 <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key changes: fetchWithRetry, multi-tenant provisioning, evidence recall tracking, temporal prompt enhancement, Qwen support, stopword fix, macro-averaged stats, split concurrency flags, messages ingest mode
Changes
fetch.tsconcurrency.tsllm.tsenable_thinking: false,fetchWithRetryevaluation.ts'and')types.tsevidence_recall,retrieved_dia_ids, macro stats, nullable LLM scores, multi-tenant metaretrieve.tsdia_idfrom metadata/content,computeEvidenceRecall()mem9.tsprovisionSpace(),ingestMessages(), retrieval limit default 20ingest.tsraw+messagesmode, concurrent raw ingest, session key regex parsingstats.tscli.ts--ingest-mode,--judge-model,--sample-concurrency,--ingest-concurrency,--evaluation-concurrency, per-sample tenant provisioningpackage.jsonpicospinnerdependencyTest plan
npx tsc --noEmit)--ingest-mode rawand verify results match previous baseline--ingest-mode messagesand verify smart ingest works🤖 Generated with Claude Code