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
Copy file name to clipboardExpand all lines: docs/paper/sections/11_optimization.qmd
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The current branch includes the following implementation-level changes:
58
58
|---|---|---|
59
59
| SQLite execution | prepared-statement reuse in the store layer | same SQL semantics, lower repeated parse overhead |
60
60
| vector ranking | bounded top-k selection and architecture SIMD kernels in the vector path | same candidate contract; SIMD accepted after output checks |
61
-
| retrieval seed surface | current-memory embedding lookup instead of all reconstruction versions| latest reconstruction remains visible without unbounded scan growth |
61
+
| retrieval seed surface | current-memory embedding lookup instead of all reconstruction versions; recent seed and same-source expansion use the live retrieval surface cache before SQL fallback | latest reconstruction remains visible without unbounded scan growth, and source-neighbor behavior is preserved without per-seed table scans|
0 commit comments