From 1c30b0738718bbd463975bcba2bea816cc22af66 Mon Sep 17 00:00:00 2001 From: qiancai Date: Fri, 3 Jan 2025 15:25:31 +0800 Subject: [PATCH] add introduction paragraphs --- tidb-cloud/ai-feature-concepts.md | 4 ++++ tidb-cloud/database-schema-concepts.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/tidb-cloud/ai-feature-concepts.md b/tidb-cloud/ai-feature-concepts.md index 5300a81dbbb79..d9fefb4956fc6 100644 --- a/tidb-cloud/ai-feature-concepts.md +++ b/tidb-cloud/ai-feature-concepts.md @@ -5,6 +5,10 @@ summary: Learn about AI features for TiDB Cloud. # AI Features +The AI features in TiDB enable you to fully leverage advanced technologies for data exploration, search, and integration. From natural language-driven SQL query generation to high-performance vector search, TiDB combines database capabilities with modern AI features to power innovative applications. With support for popular AI frameworks, embedding models, and seamless integration with ORM libraries, TiDB offers a versatile platform for use cases such as semantic search and AI-powered analytics. + +This document highlights these AI features and how they enhance the TiDB experience. + ## Chat2Query Chat2Query is an AI-powered feature integrated into SQL Editor that assists users in generating, debugging, or rewriting SQL queries using natural language instructions. For more information, see [Explore your data with AI-assisted SQL Editor](/tidb-cloud/explore-data-with-chat2query.md). diff --git a/tidb-cloud/database-schema-concepts.md b/tidb-cloud/database-schema-concepts.md index 929f4b3320ef4..162e2be08a4ae 100644 --- a/tidb-cloud/database-schema-concepts.md +++ b/tidb-cloud/database-schema-concepts.md @@ -5,6 +5,10 @@ summary: Learn about database schema concepts for TiDB Cloud. # Database Schema +A database schema defines the structure and organization of data within databases, tables, columns, indexes, and other objects. + +This document introduces the key concepts of database schemas, such as databases, tables, columns, data types, constraints, and indexes. It also introduces advanced features such as temporary tables for managing intermediate data seamlessly, vector indexes for efficient approximate nearest neighbor (ANN) searches, and cached tables to improve read performance. + ## Databases A database in TiDB is a collection of objects such as tables and indexes.