lance-format/lance

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

Open

#804 创建于 2023年4月24日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Rust (695 fork)github user discovery
A-pythongood first issuehelp wantedrust

仓库指标

Star
 (6,582 star)
PR 合并指标
 (平均合并 6天 1小时) (30 天内合并 219 个 PR)

描述

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.

贡献者指南