lance
lance copied to clipboard
implement existing V2 indices as `VectorIndexExtension`
we completed VectorIndexExtension
type in https://github.com/lancedb/lance/pull/2250
Existing V2 vector indices should all be refactored into implementations of VectorIndexExtension
, to make sure we always expose a consistent set of APIs on indices