lance-format/lance

Display warning if the index is not built for a vector column during query

Open

#804 aperta il 24 apr 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Rust (695 fork)github user discovery
A-pythongood first issuehelp wantedrust

Metriche repository

Star
 (6582 star)
Metriche merge PR
 (Merge medio 6g 1h) (219 PR mergiate in 30 g)

Descrizione

When user does a ANN query, show warnings if the index was not built for the column, for potentially slow query speed.

However, doing so blindly makes it really annoying for smaller datasets that really don't need an ANN index. One alternative could be that during the KNN (flat search) execution, if the runtime exceed a certain threshold to print the warning.

Guida contributor