Skip to content

Commit

Permalink
Simple typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaik authored Sep 18, 2024
1 parent dfb2912 commit 59a66ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-cloud/vector-search-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You must use the same distance metric as you have defined when creating the vect

## Use the vector index with filters

Queries that contain a pre-filter (using the `WHERE` clause) cannot utilize the vector index because they are not querying for K-Nearest neighborss according to the SQL semantics. For example:
Queries that contain a pre-filter (using the `WHERE` clause) cannot utilize the vector index because they are not querying for K-Nearest neighbors according to the SQL semantics. For example:

```sql
-- Filter is performed before kNN, so Vector Index cannot be used:
Expand Down

0 comments on commit 59a66ed

Please sign in to comment.