diff --git a/docs/src/search.md b/docs/src/search.md index 5a3143fe..eb08f40d 100644 --- a/docs/src/search.md +++ b/docs/src/search.md @@ -27,6 +27,8 @@ Currently, we support the following metrics: If you do not create a vector index, LanceDB would need to exhaustively scan the entire vector column (via `Flat Search`) and compute the distance for *every* vector in order to find the closest matches. This is effectively a KNN search. +(Even if you create a vector index, you can force this behavior in LanceDB OSS by setting `use_index=False`, +as shown below.)