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
8 changes: 8 additions & 0 deletions .github/workflows/link.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,18 @@ jobs:
- name: Check Links
uses: lycheeverse/lychee-action@v1.6.1
with:
<<<<<<< HEAD
# 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
args: -E --exclude-mail -i -n -t 45 -- **/*.md *.md
=======
# 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/' --exclude-path '^./resources/' .
>>>>>>> 8d8f8fa9cd (Update link checker config (#22604))
output: out.md
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
10 changes: 10 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 @@ -35,4 +36,13 @@ https://centminmod\.com/mydumper\.html
https://docs\.pingcap\.com/tidb/v6\.6/system-variables#tidb_pessimistic_txn_aggressive_locking-new-in-v660
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
<<<<<<< HEAD
https://portal\.azure\.com/.*
=======
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/.*
>>>>>>> 8d8f8fa9cd (Update link checker config (#22604))
Comment on lines +39 to +48
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

Git merge conflict markers were detected in this file. This likely occurred during an automated cherry-pick. Please resolve the conflict by removing the markers and deduplicating the entries.

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