lance-format/lance

implement existing V2 indices as `VectorIndexExtension`

Open

#2.256 geöffnet am 24. Apr. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (695 Forks)github user discovery
enhancementgood first issuehelp wantedrust

Repository-Metriken

Stars
 (6.582 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide