From 25bb84005b817c826193cb263eab8d8cd6f712ba Mon Sep 17 00:00:00 2001 From: qiancai <79440533+qiancai@users.noreply.github.com> Date: Tue, 2 Sep 2025 09:59:20 +0000 Subject: [PATCH] [create-pull-request] automated change --- TOC-tidb-cloud-essential.md | 6 ++++-- TOC-tidb-cloud-starter.md | 26 ++++++++++++++++++++------ TOC-tidb-cloud.md | 29 +++++++++++++---------------- 3 files changed, 37 insertions(+), 24 deletions(-) diff --git a/TOC-tidb-cloud-essential.md b/TOC-tidb-cloud-essential.md index 869d6273a0176..fdb747be6a3fe 100644 --- a/TOC-tidb-cloud-essential.md +++ b/TOC-tidb-cloud-essential.md @@ -1,7 +1,7 @@ -# 目录 +# 目录 ## 快速开始 @@ -214,11 +214,12 @@ - 迁移或导入数据 - [概览](/tidb-cloud/tidb-cloud-migration-overview.md) - 将数据迁移到 TiDB Cloud + - [从 TiDB 自管理迁移到 TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md) - [迁移和合并大型数据集的 MySQL 分片](/tidb-cloud/migrate-sql-shards.md) - [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md) - 将数据导入 TiDB Cloud - - [导入示例数据](/tidb-cloud/import-sample-data-serverless.md) - [导入本地文件](/tidb-cloud/tidb-cloud-import-local-files.md) + - [从云存储导入示例数据(SQL 文件)](/tidb-cloud/import-sample-data-serverless.md) - [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files-serverless.md) - [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files-serverless.md) - [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli-serverless.md) @@ -227,6 +228,7 @@ - [数据导入的命名约定](/tidb-cloud/naming-conventions-for-data-import.md) - [导入数据的 CSV 配置](/tidb-cloud/csv-config-for-import-data.md) - [排查从 Amazon S3 导入数据期间的访问被拒绝错误](/tidb-cloud/troubleshoot-import-access-denied-error.md) + - [将 AWS DMS 连接到 TiDB Cloud 集群](/tidb-cloud/tidb-cloud-connect-aws-dms.md) - 向量搜索 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) - [概述](/vector-search/vector-search-overview.md) - 快速上手 diff --git a/TOC-tidb-cloud-starter.md b/TOC-tidb-cloud-starter.md index c21a5d146eb11..76455b771687f 100644 --- a/TOC-tidb-cloud-starter.md +++ b/TOC-tidb-cloud-starter.md @@ -1,7 +1,7 @@ -# 目录 +# 目录 ## 快速开始 @@ -210,19 +210,20 @@ - [TiKV Follower Read](/follower-read.md) - [下推计算结果缓存](/coprocessor-cache.md) - 垃圾回收 (GC) - - [GC 机制简介](/garbage-collection-overview.md) - - [GC 配置](/garbage-collection-configuration.md) + - [GC 机制简介](/garbage-collection-overview.md) + - [GC 配置](/garbage-collection-configuration.md) - [TiFlash 调优](/tiflash/tune-tiflash-performance.md) - [升级 TiDB 集群](/tidb-cloud/upgrade-tidb-cluster.md) - [删除 TiDB 集群](/tidb-cloud/delete-tidb-cluster.md) - 迁移或导入数据 - [概览](/tidb-cloud/tidb-cloud-migration-overview.md) - 将数据迁移到 TiDB Cloud + - [从 TiDB 自部署迁移到 TiDB Cloud](/tidb-cloud/migrate-from-op-tidb.md) - [迁移和合并大型数据集的 MySQL 分片](/tidb-cloud/migrate-sql-shards.md) - [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md) - 将数据导入 TiDB Cloud - - [导入示例数据](/tidb-cloud/import-sample-data-serverless.md) - [导入本地文件](/tidb-cloud/tidb-cloud-import-local-files.md) + - [从云存储导入示例数据 (SQL 文件)](/tidb-cloud/import-sample-data-serverless.md) - [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files-serverless.md) - [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files-serverless.md) - [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli-serverless.md) @@ -240,6 +241,15 @@ - 快速上手 - [使用 SQL 开始向量搜索](/vector-search/vector-search-get-started-using-sql.md) - [使用 Python 开始向量搜索](/vector-search/vector-search-get-started-using-python.md) + - 自动嵌入 + - [概览](/tidb-cloud/vector-search-auto-embedding-overview.md) + - [Amazon Titan Embeddings](/tidb-cloud/vector-search-auto-embedding-amazon-titan.md) + - [Cohere Embeddings](/tidb-cloud/vector-search-auto-embedding-cohere.md) + - [Jina AI Embeddings](/tidb-cloud/vector-search-auto-embedding-jina-ai.md) + - [OpenAI Embeddings](/tidb-cloud/vector-search-auto-embedding-openai.md) + - [Gemini Embeddings](/tidb-cloud/vector-search-auto-embedding-gemini.md) + - [HuggingFace Embeddings](/tidb-cloud/vector-search-auto-embedding-huggingface.md) + - [NVIDIA NIM Embeddings](/tidb-cloud/vector-search-auto-embedding-nvidia-nim.md) - 集成 - [集成概览](/vector-search/vector-search-integration-overview.md) - AI 框架 @@ -253,6 +263,10 @@ - [SQLAlchemy](/vector-search/vector-search-integrate-with-sqlalchemy.md) - [peewee](/vector-search/vector-search-integrate-with-peewee.md) - [Django](/vector-search/vector-search-integrate-with-django-orm.md) + - 文本搜索 + - [使用 SQL 进行全文搜索](/tidb-cloud/vector-search-full-text-search-sql.md) + - [使用 Python 进行全文搜索](/tidb-cloud/vector-search-full-text-search-python.md) + - [混合搜索](/tidb-cloud/vector-search-hybrid-search.md) - 参考 - [向量数据类型](/vector-search/vector-search-data-types.md) - [向量函数和操作符](/vector-search/vector-search-functions-and-operators.md) @@ -654,8 +668,8 @@ - [TSO](/tso.md) - 存储引擎 - TiKV - - [TiKV 简介](/tikv-overview.md) - - [RocksDB 简介](/storage-engine/rocksdb-overview.md) + - [TiKV 简介](/tikv-overview.md) + - [RocksDB 简介](/storage-engine/rocksdb-overview.md) - TiFlash - [TiFlash 简介](/tiflash/tiflash-overview.md) - [TiFlash 数据落盘](/tiflash/tiflash-spill-disk.md) diff --git a/TOC-tidb-cloud.md b/TOC-tidb-cloud.md index 09f41e8fa8904..4f0131dd65dbb 100644 --- a/TOC-tidb-cloud.md +++ b/TOC-tidb-cloud.md @@ -1,7 +1,7 @@ -# 目录 +# 目录 ## 快速开始 @@ -167,7 +167,6 @@ - [概览](/tidb-cloud/tidb-cloud-tune-performance-overview.md) - 分析性能 - [使用 Diagnosis 页面](/tidb-cloud/tune-performance.md) - - [使用 Index Insight](/tidb-cloud/index-insight.md) ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) - [通过 Statement Summary 表](/statement-summary-tables.md) - SQL 调优 - [概览](/tidb-cloud/tidb-cloud-sql-tuning-overview.md) @@ -216,8 +215,8 @@ - [TiKV Follower Read](/follower-read.md) - [下推计算结果缓存](/coprocessor-cache.md) - 垃圾回收 (GC) - - [GC 机制简介](/garbage-collection-overview.md) - - [GC 配置](/garbage-collection-configuration.md) + - [GC 机制简介](/garbage-collection-overview.md) + - [GC 配置](/garbage-collection-configuration.md) - [TiFlash 调优](/tiflash/tune-tiflash-performance.md) - 优化资源分配 - 资源管理 @@ -239,7 +238,7 @@ - [使用 AWS DMS 从 MySQL 兼容数据库迁移](/tidb-cloud/migrate-from-mysql-using-aws-dms.md) - [使用 AWS DMS 从 Amazon RDS for Oracle 迁移](/tidb-cloud/migrate-from-oracle-using-aws-dms.md) - 将数据导入 TiDB Cloud Dedicated - - [导入示例数据](/tidb-cloud/import-sample-data.md) + - [从云存储导入示例数据(SQL 文件)](/tidb-cloud/import-sample-data.md) - [从云存储导入 CSV 文件](/tidb-cloud/import-csv-files.md) - [从云存储导入 Parquet 文件](/tidb-cloud/import-parquet-files.md) - [使用 MySQL CLI 导入](/tidb-cloud/import-with-mysql-cli.md) @@ -271,10 +270,6 @@ - [SQLAlchemy](/vector-search/vector-search-integrate-with-sqlalchemy.md) - [peewee](/vector-search/vector-search-integrate-with-peewee.md) - [Django](/vector-search/vector-search-integrate-with-django-orm.md) - - 文本搜索 - - [使用 SQL 进行全文搜索](/tidb-cloud/vector-search-full-text-search-sql.md) - - [使用 Python 进行全文搜索](/tidb-cloud/vector-search-full-text-search-python.md) - - [混合搜索](/tidb-cloud/vector-search-hybrid-search.md) - 参考 - [向量数据类型](/vector-search/vector-search-data-types.md) - [向量函数和操作符](/vector-search/vector-search-functions-and-operators.md) @@ -330,8 +325,8 @@ - [通过 VPC Peering 连接](/tidb-cloud/set-up-vpc-peering-connections.md) - [通过 TLS 连接](/tidb-cloud/tidb-cloud-tls-connect-to-dedicated.md) - 数据访问控制 - - [使用客户管理的加密密钥进行静态加密](/tidb-cloud/tidb-cloud-encrypt-cmek.md) - - [用户可控的日志脱敏](/tidb-cloud/tidb-cloud-log-redaction.md) + - [使用客户管理的加密密钥进行静态加密](/tidb-cloud/tidb-cloud-encrypt-cmek.md) + - [用户可控的日志脱敏](/tidb-cloud/tidb-cloud-log-redaction.md) - 数据库访问控制 - [配置集群密码设置](/tidb-cloud/configure-security-settings.md) - 审计管理 @@ -677,9 +672,11 @@ - [使用 UUID](/best-practices/uuid.md) - [TiDB 加速建表](/accelerated-table-creation.md) - [Schema 缓存](/schema-cache.md) -- API 参考 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) - - [概述](/tidb-cloud/api-overview.md) +- API 参考 ![BETA](/media/tidb-cloud/blank_transparent_placeholder.png) + - [概述](/tidb-cloud/api-overview.md) - v1beta1 + - [TiDB Cloud Starter 和 Essential](https://docs.pingcap.com/tidbcloud/api/v1beta1/serverless) + - [TiDB Cloud Dedicated](https://docs.pingcap.com/tidbcloud/api/v1beta1/dedicated) - [计费](https://docs.pingcap.com/tidbcloud/api/v1beta1/billing) - [数据服务](https://docs.pingcap.com/tidbcloud/api/v1beta1/dataservice) - [IAM](https://docs.pingcap.com/tidbcloud/api/v1beta1/iam) @@ -694,8 +691,8 @@ - [TSO](/tso.md) - 存储引擎 - TiKV - - [TiKV 简介](/tikv-overview.md) - - [RocksDB 简介](/storage-engine/rocksdb-overview.md) + - [TiKV 简介](/tikv-overview.md) + - [RocksDB 简介](/storage-engine/rocksdb-overview.md) - TiFlash - [TiFlash 简介](/tiflash/tiflash-overview.md) - [TiFlash 数据落盘](/tiflash/tiflash-spill-disk.md) @@ -771,4 +768,4 @@ - [[2024-04-09] TiDB Cloud 监控功能维护通知](/tidb-cloud/notification-2024-04-09-monitoring-features-maintenance.md) - [[2023-11-14] TiDB Cloud Dedicated Scale 功能维护通知](/tidb-cloud/notification-2023-11-14-scale-feature-maintenance.md) - [[2023-09-26] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-09-26-console-maintenance.md) - - [[2023-08-31] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-08-31-console-maintenance.md) \ No newline at end of file + - [[2023-08-31] TiDB Cloud 控制台维护通知](/tidb-cloud/notification-2023-08-31-console-maintenance.md)