From 029cef643adb608b84ece16a8814dc08042100a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 20 Mar 2026 14:29:57 +0100 Subject: [PATCH 1/2] Update link checker config --- .github/workflows/link.yaml | 9 ++++----- .lycheeignore | 6 ++++++ 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/link.yaml b/.github/workflows/link.yaml index efda2c4c766f1..b690b6675f777 100644 --- a/.github/workflows/link.yaml +++ b/.github/workflows/link.yaml @@ -27,12 +27,11 @@ jobs: - name: Check Links uses: lycheeverse/lychee-action@v2 with: - # For parameter description, see https://github.com/lycheeverse/lychee#commandline-parameters - # Accept 429 for now due to github rate limit. - # See https://github.com/lycheeverse/lychee/issues/634 - fail: true + # Don't fail as we want the workflow to continue and run 'Create Issue From File' + # Excluding releases paths as historic releases may have outdated links. + fail: false failIfEmpty: false - args: --root-dir $(pwd) --cache --max-cache-age 8d -E -i -n -t 45 --exclude-path '^releases/' --exclude-path '^tidb-cloud/releases/' -- **/*.md *.md + args: --root-dir $(pwd) --cache --max-cache-age 8d -E -i -n -t 45 --exclude-path '^./releases/' --exclude-path '^./tidb-cloud/releases/' --exclude-path '^./resources/' . output: out.md env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.lycheeignore b/.lycheeignore index 97a8b48e871d5..f47715e790a46 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -27,6 +27,7 @@ https://bugs\.mysql\.com/bug\.php.* https://www\.mysql\.com/products/.* https://help\.openai\.com/en/articles/.* https://platform\.openai\.com/docs/.* +https://platform\.openai\.com/api-keys https://openai\.com/.* https://jwt\.io/ https://typeorm\.io/.* @@ -36,3 +37,8 @@ https://docs\.pingcap\.com/tidb/v6\.6/system-variables#tidb_pessimistic_txn_aggr https://docs\.pingcap\.com/tidb/v7\.6/system-variables#tidb_ddl_version-new-in-v760 https://developers\.redhat\.com/blog/2021/01/05/building-red-hat-enterprise-linux-9-for-the-x86-64-v2-microarchitecture-level https://.*github.*/%7B%7B%7B%20.tidb_operator_version%20%7D%7D%7D +https://.*github.*/%7B%7B%7B.tidb-operator-version%7D%7D%7D +https://portal\.azure\.com/.* +https://azuremarketplace\.microsoft\.com/.* +https://one\.newrelic\.com/.* +https://tidbcloud\.com/.* From 208ce1a60d846e733bdc1482971bf3edfb6eff2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 20 Mar 2026 14:46:00 +0100 Subject: [PATCH 2/2] try to fix vector search fts urls --- tidb-cloud/tidb-cloud-glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-cloud/tidb-cloud-glossary.md b/tidb-cloud/tidb-cloud-glossary.md index 83280669d6bc8..298cf502bae1a 100644 --- a/tidb-cloud/tidb-cloud-glossary.md +++ b/tidb-cloud/tidb-cloud-glossary.md @@ -65,7 +65,7 @@ For more information, see [Manage an endpoint](/tidb-cloud/data-service-manage-e Unlike [Vector Search](/ai/concepts/vector-search-overview.md), which focuses on semantic similarity, full-text search lets you retrieve documents for exact keywords. In Retrieval-Augmented Generation (RAG) scenarios, you can use full-text search together with vector search to improve the retrieval quality. -For more information, see [Full-Text Search with SQL](https://docs.pingcap.com/developer/vector-search-full-text-search-sql) and [Full-Text Search with Python](https://docs.pingcap.com/developer/vector-search-full-text-search-python). +For more information, see [Full-Text Search with SQL](/ai/guides/vector-search-full-text-search-sql.md) and [Full-Text Search with Python](/ai/guides/vector-search-full-text-search-python.md). ## M