lance-format/lance

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

Open

#804 opened on 2023年4月24日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
A-pythongood first issuehelp wantedrust

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (平均マージ 6d 1h) (30d で 219 merged PRs)

説明

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.

コントリビューターガイド