Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
6 changes: 6 additions & 0 deletions .lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -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/.*
Expand All @@ -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/.*
2 changes: 1 addition & 1 deletion tidb-cloud/tidb-cloud-glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading