lance-format/lance

implement existing V2 indices as `VectorIndexExtension`

Open

#2.256 aberto em 24 de abr. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
enhancementgood first issuehelp wantedrust

Métricas do repositório

Stars
 (6.582 stars)
Métricas de merge de PR
 (Mesclagem média 6d 1h) (219 fundiu PRs em 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

Guia do colaborador