From 59a66edfe4bc65ba9c66c4931cccebfa6d85aa70 Mon Sep 17 00:00:00 2001 From: Ray Paik Date: Wed, 18 Sep 2024 11:26:23 -0700 Subject: [PATCH] Simple typo fix --- tidb-cloud/vector-search-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/vector-search-index.md b/tidb-cloud/vector-search-index.md index e834a6c8ee797..0b0eea2a3bdec 100644 --- a/tidb-cloud/vector-search-index.md +++ b/tidb-cloud/vector-search-index.md @@ -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: