Display warning if the index is not built for a vector column during query #804
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
python
rust
Rust related tasks
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.
The text was updated successfully, but these errors were encountered: