Skip to content

Commit

Permalink
add introduction paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Jan 3, 2025
1 parent 6259f80 commit 1c30b07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tidb-cloud/ai-feature-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 4 additions & 0 deletions tidb-cloud/database-schema-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c30b07

Please sign in to comment.