Skip to content

Commit 25683d1

Browse files
committed
This is an automated cherry-pick of pingcap#21371
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
1 parent 20a7346 commit 25683d1

File tree

4 files changed

+20
-32
lines changed

4 files changed

+20
-32
lines changed

.github/workflows/link-fail-fast.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.3.0
2323
with:
2424
fail: true
25+
<<<<<<< HEAD
2526
failIfEmpty: false
27+
=======
28+
>>>>>>> 1b74ad0dd4 (CI: Update LinkChecker URL excludes (#19850) (#21371))
2629
args: --root-dir $(pwd) -E -i -n -t 45 -- '${{ steps.changed-files.outputs.all_changed_files }}'
2730
env:
2831
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.lycheeignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ https://dash\.cloudflare\.com/.*
3434
https://centminmod\.com/mydumper\.html
3535
https://learn\.pingcap\.com/learner/
3636
https://zhuanlan\.zhihu\.com/p/
37-
https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level
37+
https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level

ai/integrations/vector-search-integration-overview.md

Lines changed: 6 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -42,32 +42,9 @@ TiDB 向量搜索支持存储最多 16383 维的向量,能够满足大多数
4242

4343
下表列出了支持的 ORM 库及其对应的集成教程:
4444

45-
<table>
46-
<tr>
47-
<th>语言</th>
48-
<th>ORM/客户端</th>
49-
<th>安装方式</th>
50-
<th>教程</th>
51-
</tr>
52-
<tr>
53-
<td rowspan="4">Python</td>
54-
<td>TiDB Vector Client</td>
55-
<td><code>pip install tidb-vector[client]</code></td>
56-
<td><a href="/ai/quickstart-via-python">使用 Python 快速开始向量搜索</a></td>
57-
</tr>
58-
<tr>
59-
<td>SQLAlchemy</td>
60-
<td><code>pip install tidb-vector</code></td>
61-
<td><a href="/ai/vector-search-integrate-with-sqlalchemy">与 SQLAlchemy 集成 TiDB 向量搜索</a></td>
62-
</tr>
63-
<tr>
64-
<td>peewee</td>
65-
<td><code>pip install tidb-vector</code></td>
66-
<td><a href="/ai/vector-search-integrate-with-peewee">与 peewee 集成 TiDB 向量搜索</a></td>
67-
</tr>
68-
<tr>
69-
<td>Django</td>
70-
<td><code>pip install django-tidb[vector]</code></td>
71-
<td><a href="/ai/vector-search-integrate-with-django-orm">与 Django 集成 TiDB 向量搜索</a></td>
72-
</tr>
73-
</table>
45+
| 语言 | ORM/客户端 | 安装说明 | 教程 |
46+
|----------|--------------------|-----------------------------------|----------|
47+
| Python | TiDB Vector Client | `pip install tidb-vector[client]` | [使用 Python 开始向量搜索](/ai/quickstart-via-python.md) |
48+
| Python | SQLAlchemy | `pip install tidb-vector` | [集成 TiDB 向量搜索与 SQLAlchemy](/ai/integrations/vector-search-integrate-with-sqlalchemy.md)
49+
| Python | peewee | `pip install tidb-vector` | [集成 TiDB 向量搜索与 peewee](/ai/integrations/vector-search-integrate-with-peewee.md) |
50+
| Python | Django | `pip install django-tidb[vector]` | [将 TiDB 向量搜索集成到 Django ORM](/ai/integrations/vector-search-integrate-with-django-orm.md)

develop/_index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ aliases: ['zh/tidbcloud/dev-guide-overview/','zh/tidb/dev/dev-guide-overview/','
149149

150150
## 使用 MySQL 客户端软件
151151

152-
TiDB 与 MySQL 高度兼容,你可以使用许多熟悉的 MySQL 客户端工具来连接 TiDB 并管理数据库。对于 TiDB Cloud 用户,你还可以使用 <a href="/tidbcloud/get-started-with-cli">>TiDB Cloud CLI</a> 来连接和管理数据库。
152+
TiDB 与 MySQL 高度兼容,你可以使用许多熟悉的 MySQL 客户端工具来连接 TiDB 并管理数据库。对于 TiDB Cloud 用户,你还可以使用 [TiDB Cloud CLI](https://docs.pingcap.com/tidbcloud/get-started-with-cli) 来连接和管理数据库。
153153

154154
<DevToolGroup>
155155
<DevToolCard title="MySQL Workbench" logo="mysql-1" docLink="/developer/dev-guide-gui-mysql-workbench">
@@ -172,4 +172,12 @@ TiDB 与 MySQL 高度兼容,你可以使用许多熟悉的 MySQL 客户端工
172172
使用 JetBrains 的 DataGrip 连接并管理 TiDB 数据库。
173173

174174
</DevToolCard>
175-
</DevToolGroup>
175+
</DevToolGroup>
176+
177+
## 其他资源
178+
179+
了解关于应用开发的更多信息。
180+
181+
- 参考 [TiDB 数据库模式设计](/develop/dev-guide-schema-design-overview.md) 来设计数据结构、与数据交互、进行性能优化以及故障排查。
182+
- 参加 [TiDB 开发者课程](https://pingkai.cn/learn)
183+
- 探索 TiDB Cloud 支持的常见[服务集成](https://docs.pingcap.com/tidbcloud/integrate-tidbcloud-with-airbyte)

0 commit comments

Comments
 (0)