lance-format/lance
View on GitHubimplement existing V2 indices as `VectorIndexExtension`
Open
#2,256 opened on Apr 24, 2024
enhancementgood first issuehelp wantedrust
Repository metrics
- Stars
- (6,582 stars)
- PR merge metrics
- (Avg merge 6d 1h) (219 merged PRs in 30d)
Description
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