TiDB
Created 5 months ago
Python SDK for TiDB AI: A unified data platform empowering developers to build next-generation AI applications.
development
documentation
public
What is TiDB?
MCP Server to interact with TiDB database platform.
Documentation
TiDB Python AI SDK Documentation# Quick Start
- Installation: Use
pip install pytidbto install the SDK. - Connecting to TiDB Cloud: Create a free TiDB cluster at tidbcloud.com.
Features
- Unified Search Modes: Vector, Full‑Text, Hybrid
- Automatic Embedding: Automatically embeds text fields.
- Image Search: Find visually similar images.
- Advanced Filtering: Supports various operators for flexible filtering.
- Transaction Support: Full transaction management.
Examples
- Vector Search: Example of vector search.
- Full-text Search: Example of full-text search.
- Hybrid Search: Example of hybrid search.
- Image Search: Example of image search.
Server Config
{
"mcpServers": {
"tidb-server": {
"command": "npx",
"args": [
"tidb"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
PingCAP
Category:
official
License:
MIT License
Tags:
development
documentation
public