lance-format/lance

implement existing V2 indices as `VectorIndexExtension`

Open

#2 256 ouverte le 24 avr. 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (695 forks)github user discovery
enhancementgood first issuehelp wantedrust

Métriques du dépôt

Stars
 (6 582 stars)
Métriques de merge PR
 (Merge moyen 6j 1h) (219 PRs mergées en 30 j)

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

Guide contributeur