Commit dcc3927
perf: increase HNSW M from 8 to 16 for better ANN recall at 60K+ people scale
M=8 was causing missed candidates near the similarity threshold boundary.
Also bumps efConstruction from 20 to 32 (= 2*M per HNSW guidelines) to
improve graph quality during index build. Build time ~5min vs prior ~2.5min;
peak CPU unchanged due to existing duty-cycle throttle.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c770523 commit dcc3927
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments