Commit c6984b7
committed
perf: Increase Wikidata HNSW ef_construction from 384 to 512
Bump ef_construction for 50M vector scale indexing to improve index quality
and graph connectivity. Higher ef_construction builds a denser, higher-quality
graph at index creation time, enabling better recall during search.
For 768-dimensional vectors at 50M scale, the higher construction factor
better compensates for curse of dimensionality and should improve recall
from current levels.
Changes:
- ef_construction: 384 → 512 (16.7% increase)
- Wikidata HNSW config now: m=32, ef_construction=512, ef_search_default=4001 parent 52b8c9e commit c6984b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments