From 06fcae19038b125c3c78285a769cb28dcec3d518 Mon Sep 17 00:00:00 2001 From: wenxiaojie1 <18635488134@163.com> Date: Mon, 29 Jun 2026 10:37:49 +0800 Subject: [PATCH 1/4] Fix broken external documentation link --- ai/integrations/vector-search-integrate-with-langchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/integrations/vector-search-integrate-with-langchain.md b/ai/integrations/vector-search-integrate-with-langchain.md index b66cc877e9a8f..fedd0a1eec9f1 100644 --- a/ai/integrations/vector-search-integrate-with-langchain.md +++ b/ai/integrations/vector-search-integrate-with-langchain.md @@ -15,7 +15,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Tip** > -> You can view the complete [sample code](https://docs.langchain.com/oss/python/integrations/vectorstores/tidb_vector) in LangChain documentation. +> You can view the complete [TiDBVectorStore API reference](https://reference.langchain.com/python/integrations/langchain_community.vectorstores.tidb_vector.TiDBVectorStore/) in LangChain documentation. ## Prerequisites From f71a8557b19634e067ebd7f454c106acb1c578e6 Mon Sep 17 00:00:00 2001 From: wenxiaojie1 <18635488134@163.com> Date: Mon, 29 Jun 2026 10:37:53 +0800 Subject: [PATCH 2/4] Fix broken external documentation link --- ticdc/ticdc-debezium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-debezium.md b/ticdc/ticdc-debezium.md index f5b4ab2cc36a2..05a580652e11b 100644 --- a/ticdc/ticdc-debezium.md +++ b/ticdc/ticdc-debezium.md @@ -781,7 +781,7 @@ The key fields of the preceding JSON data are explained as follows: ### Data type mapping -The data format mapping in the TiCDC Debezium message basically follows the [Debezium data type mapping rules](https://debezium.io/documentation/reference/2.4/connectors/mysql.html#mysql-data-types), which is generally consistent with the native message of the Debezium Connector for MySQL. However, for some data types, the following differences exist between TiCDC Debezium and Debezium Connector messages: +The data format mapping in the TiCDC Debezium message basically follows the [Debezium data type mapping rules](https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-data-types), which is generally consistent with the native message of the Debezium Connector for MySQL. However, for some data types, the following differences exist between TiCDC Debezium and Debezium Connector messages: - Currently, TiDB does not support spatial data types, including GEOMETRY, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, and GEOMETRYCOLLECTION. From 84160b654583ed2d05b868850199a306f814fd15 Mon Sep 17 00:00:00 2001 From: wenxiaojie1 <18635488134@163.com> Date: Mon, 29 Jun 2026 10:49:37 +0800 Subject: [PATCH 3/4] Address documentation style feedback --- ai/integrations/vector-search-integrate-with-langchain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/integrations/vector-search-integrate-with-langchain.md b/ai/integrations/vector-search-integrate-with-langchain.md index fedd0a1eec9f1..9211995157791 100644 --- a/ai/integrations/vector-search-integrate-with-langchain.md +++ b/ai/integrations/vector-search-integrate-with-langchain.md @@ -15,7 +15,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Tip** > -> You can view the complete [TiDBVectorStore API reference](https://reference.langchain.com/python/integrations/langchain_community.vectorstores.tidb_vector.TiDBVectorStore/) in LangChain documentation. +> You can view the complete [`TiDBVectorStore` API reference](https://reference.langchain.com/python/integrations/langchain_community.vectorstores.tidb_vector.TiDBVectorStore/) in LangChain documentation. ## Prerequisites From 929e9550e2b4f35ce66b32dcbac2c34a36b1d13d Mon Sep 17 00:00:00 2001 From: wenxiaojie1 <18635488134@163.com> Date: Mon, 29 Jun 2026 10:49:40 +0800 Subject: [PATCH 4/4] Address documentation style feedback --- ticdc/ticdc-debezium.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticdc/ticdc-debezium.md b/ticdc/ticdc-debezium.md index 05a580652e11b..c6bb6963647c1 100644 --- a/ticdc/ticdc-debezium.md +++ b/ticdc/ticdc-debezium.md @@ -781,7 +781,7 @@ The key fields of the preceding JSON data are explained as follows: ### Data type mapping -The data format mapping in the TiCDC Debezium message basically follows the [Debezium data type mapping rules](https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-data-types), which is generally consistent with the native message of the Debezium Connector for MySQL. However, for some data types, the following differences exist between TiCDC Debezium and Debezium Connector messages: +The data format mapping in the TiCDC Debezium message follows the [Debezium data type mapping rules](https://debezium.io/documentation/reference/stable/connectors/mysql.html#mysql-data-types), which is consistent with the native message of the Debezium Connector for MySQL. However, for some data types, the following differences exist between TiCDC Debezium and Debezium Connector messages: - Currently, TiDB does not support spatial data types, including GEOMETRY, LINESTRING, POLYGON, MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, and GEOMETRYCOLLECTION.