Skip to content

Commit dcfebec

Browse files
docs: remove unverified recall speed claim
1 parent 81177d5 commit dcfebec

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ All notable changes to Engraphis are documented here. Format loosely follows
200200
the matching `RecallEngine(arm_candidate_k_cap=...)` constructor argument) that clamps both
201201
the first-page widening (`candidate_k + min(250, candidate_k*3)`) and the second-page
202202
ceiling, so operators can trade untrusted-scope widening for latency on the new k=50
203-
default without code changes. Measured ~1.9x speedup at cap=50 on a 300-fact trusted corpus
204-
(the accompanying benchmark test, `test_recall_arm_candidate_k_cap.py`, was enlarged from
205-
49 to 300 facts because both requested arm depths clamp to the same 49 rows on the
206-
smaller corpus and the timing assertion was unreliable). Default behaviour is unchanged.
203+
default without code changes. The accompanying benchmark test,
204+
`test_recall_arm_candidate_k_cap.py`, uses a 300-fact trusted corpus because both requested
205+
arm depths clamp to the same 49 rows on a smaller corpus and the timing assertion was
206+
unreliable. Default behaviour is unchanged.
207207
- Import previews now page the source manifest exactly like execution, so vaults whose manifest
208208
outgrew one list page (10k identities) no longer show manifest-only files as silently absent
209209
from the preview plan; beyond-boundary rows are reported as `missing` instead of dropped.

0 commit comments

Comments
 (0)