From 21435c90add594b2ce0c7b5e62399282af6cd2e9 Mon Sep 17 00:00:00 2001 From: Guanglei BAO Date: Tue, 26 May 2026 15:32:42 +0800 Subject: [PATCH 1/3] Update supported AWS regions for full-text search on Starter --- ai/guides/vector-search-full-text-search-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/guides/vector-search-full-text-search-sql.md b/ai/guides/vector-search-full-text-search-sql.md index 33170b8879087..5b387a8bbab46 100644 --- a/ai/guides/vector-search-full-text-search-sql.md +++ b/ai/guides/vector-search-full-text-search-sql.md @@ -28,7 +28,7 @@ The full-text search feature in TiDB provides the following capabilities: Full-text search is still in the early stages, and we are continuously rolling it out to more customers. Currently, full-text search is only available on {{{ .starter }}} and {{{ .essential }}} in the following regions: -- AWS: `Frankfurt (eu-central-1)` and `Singapore (ap-southeast-1)` +- AWS: `Oregon (us-west-2)`, `Tokyo (ap-northeast-1)`, `Frankfurt (eu-central-1)` and `Singapore (ap-southeast-1)` Before using full-text search, make sure your {{{ .starter }}} instance is created in a supported region. If you don't have one, follow [Creating a {{{ .starter }}} instance](/develop/dev-guide-build-cluster-in-cloud.md) to create it. From f38236600a7cd576adcac5a999d84231476ddc81 Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Tue, 26 May 2026 15:35:31 +0800 Subject: [PATCH 2/3] Update ai/guides/vector-search-full-text-search-sql.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- ai/guides/vector-search-full-text-search-sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/guides/vector-search-full-text-search-sql.md b/ai/guides/vector-search-full-text-search-sql.md index 5b387a8bbab46..8753bf29ce0de 100644 --- a/ai/guides/vector-search-full-text-search-sql.md +++ b/ai/guides/vector-search-full-text-search-sql.md @@ -28,7 +28,7 @@ The full-text search feature in TiDB provides the following capabilities: Full-text search is still in the early stages, and we are continuously rolling it out to more customers. Currently, full-text search is only available on {{{ .starter }}} and {{{ .essential }}} in the following regions: -- AWS: `Oregon (us-west-2)`, `Tokyo (ap-northeast-1)`, `Frankfurt (eu-central-1)` and `Singapore (ap-southeast-1)` +- AWS: `Oregon (us-west-2)`, `Tokyo (ap-northeast-1)`, `Frankfurt (eu-central-1)`, and `Singapore (ap-southeast-1)` Before using full-text search, make sure your {{{ .starter }}} instance is created in a supported region. If you don't have one, follow [Creating a {{{ .starter }}} instance](/develop/dev-guide-build-cluster-in-cloud.md) to create it. From b60d0b06a62054ee9ed49f8d1c1cbae0c5e289c4 Mon Sep 17 00:00:00 2001 From: qiancai Date: Tue, 26 May 2026 15:55:23 +0800 Subject: [PATCH 3/3] update another two full-text search docs --- ai/guides/vector-search-full-text-search-python.md | 2 +- ai/guides/vector-search-hybrid-search.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai/guides/vector-search-full-text-search-python.md b/ai/guides/vector-search-full-text-search-python.md index 567ae509accb3..e92379bfa6b61 100644 --- a/ai/guides/vector-search-full-text-search-python.md +++ b/ai/guides/vector-search-full-text-search-python.md @@ -28,7 +28,7 @@ The full-text search feature in TiDB provides the following capabilities: Full-text search is still in the early stages, and we are continuously rolling it out to more customers. Currently, full-text search is only available on {{{ .starter }}} and {{{ .essential }}} in the following regions: -- AWS: `Frankfurt (eu-central-1)` and `Singapore (ap-southeast-1)` +- AWS: `Oregon (us-west-2)`, `Tokyo (ap-northeast-1)`, `Frankfurt (eu-central-1)`, and `Singapore (ap-southeast-1)` To complete this tutorial, make sure you have a {{{ .starter }}} instance in a supported region. If you don't have one, follow [Creating a {{{ .starter }}} instance](/develop/dev-guide-build-cluster-in-cloud.md) to create it. diff --git a/ai/guides/vector-search-hybrid-search.md b/ai/guides/vector-search-hybrid-search.md index a522f219d5877..b134e4c3ce060 100644 --- a/ai/guides/vector-search-hybrid-search.md +++ b/ai/guides/vector-search-hybrid-search.md @@ -21,7 +21,7 @@ This tutorial demonstrates how to use hybrid search in TiDB with the [pytidb](ht Full-text search is still in the early stages, and we are continuously rolling it out to more customers. Currently, full-text search is only available on {{{ .starter }}} and {{{ .essential }}} in the following regions: -- AWS: `Frankfurt (eu-central-1)` and `Singapore (ap-southeast-1)` +- AWS: `Oregon (us-west-2)`, `Tokyo (ap-northeast-1)`, `Frankfurt (eu-central-1)`, and `Singapore (ap-southeast-1)` To complete this tutorial, make sure you have a {{{ .starter }}} instance in a supported region. If you don't have one, follow [Creating a {{{ .starter }}} instance](/develop/dev-guide-build-cluster-in-cloud.md) to create it.