Commit a248ecd
Fix DiskANN command dispatch when IVF is disabled
The command insert handler (used for runtime config like
search_list_size_search) was gated behind SQLITE_VEC_EXPERIMENTAL_IVF_ENABLE,
which defaults to 0. DiskANN commands were unreachable unless IVF was
also compiled in. Widen the guard to also activate when
SQLITE_VEC_ENABLE_DISKANN is set.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1e3bb3e commit a248ecd
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10143 | 10143 | | |
10144 | 10144 | | |
10145 | 10145 | | |
10146 | | - | |
10147 | | - | |
| 10146 | + | |
| 10147 | + | |
10148 | 10148 | | |
10149 | 10149 | | |
10150 | 10150 | | |
10151 | 10151 | | |
10152 | 10152 | | |
10153 | | - | |
| 10153 | + | |
| 10154 | + | |
| 10155 | + | |
| 10156 | + | |
10154 | 10157 | | |
10155 | 10158 | | |
10156 | 10159 | | |
| |||
0 commit comments