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/.* 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