[Feature](lance) Support additional vector index algorithms
- Dominant language
- Java
- Stars
- 15.9k
- Forks
- 3.9k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 520
Description
## Parent
Tracked by #66340. IVF_PQ query support was introduced and verified by #65730.
## Scope
- [ ] IVF_FLAT query support.
- [ ] IVF_SQ query support.
- [ ] IVF_HNSW_FLAT query support.
- [ ] IVF_HNSW_SQ query support.
- [ ] IVF_HNSW_PQ query support.
- [ ] Define compatible vector element types, distance metrics, and ANN tuning parameters for each algorithm.
## Completion criteria
- [ ] Query execution works through Lance automatic index selection for every listed algorithm.
- [ ] Regression fixtures and tests cover every algorithm and compatible metric combination.
- [ ] EXPLAIN and error handling make index selection and incompatibilities diagnosable.
- [ ] User documentation contains a supported algorithm compatibility matrix.
Contributor guide
Assessment
This issue has not been assessed yet.