From a9ac2908f9b7bd3f9519cf830343be232e3902d8 Mon Sep 17 00:00:00 2001 From: qiancai Date: Thu, 2 Jul 2026 22:25:50 +0800 Subject: [PATCH 1/2] Update vector-search-integrate-with-llamaindex.md --- ai/integrations/vector-search-integrate-with-llamaindex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/integrations/vector-search-integrate-with-llamaindex.md b/ai/integrations/vector-search-integrate-with-llamaindex.md index f6fd803e362f3..342d75316b5be 100644 --- a/ai/integrations/vector-search-integrate-with-llamaindex.md +++ b/ai/integrations/vector-search-integrate-with-llamaindex.md @@ -15,7 +15,7 @@ This tutorial demonstrates how to integrate [TiDB Vector Search](/ai/concepts/ve > **Tip** > -> You can view the complete [sample code](https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/vector_stores/TiDBVector.ipynb) in Jupyter Notebook, or run it directly in the [Colab](https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/docs/examples/vector_stores/TiDBVector.ipynb) online environment. +> You can view the complete [sample code](https://github.com/run-llama/llama_index/blob/main/docs/examples/vector_stores/TiDBVector.ipynb) in Jupyter Notebook, or run it directly in the [Colab](https://colab.research.google.com/github/run-llama/llama_index/blob/main/docs/examples/vector_stores/TiDBVector.ipynb) online environment. ## Prerequisites From 0b9bbd753cdd2c0f3f7275900212b9acc58c63f0 Mon Sep 17 00:00:00 2001 From: qiancai Date: Fri, 3 Jul 2026 13:53:31 +0800 Subject: [PATCH 2/2] fix incorrect issues --- ai/integrations/vector-search-integrate-with-llamaindex.md | 4 ++-- tidb-cloud/dedicated/_index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/integrations/vector-search-integrate-with-llamaindex.md b/ai/integrations/vector-search-integrate-with-llamaindex.md index 342d75316b5be..7d5f73b300c92 100644 --- a/ai/integrations/vector-search-integrate-with-llamaindex.md +++ b/ai/integrations/vector-search-integrate-with-llamaindex.md @@ -147,11 +147,11 @@ The following are descriptions for each parameter: #### Step 4.1 Download the sample document -In your project directory, create a directory named `data/paul_graham/` and download the sample document [`paul_graham_essay.txt`](https://github.com/run-llama/llama_index/blob/main/docs/docs/examples/data/paul_graham/paul_graham_essay.txt) from the [run-llama/llama_index](https://github.com/run-llama/llama_index) GitHub repository. +In your project directory, create a directory named `data/paul_graham/` and download the sample document [`paul_graham_essay.txt`](https://github.com/run-llama/llama_index/blob/main/docs/examples/data/paul_graham/paul_graham_essay.txt) from the [run-llama/llama_index](https://github.com/run-llama/llama_index) GitHub repository. ```shell !mkdir -p 'data/paul_graham/' -!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/paul_graham/paul_graham_essay.txt' -O 'data/paul_graham/paul_graham_essay.txt' +!wget 'https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/paul_graham/paul_graham_essay.txt' -O 'data/paul_graham/paul_graham_essay.txt' ``` #### Step 4.2 Load the document diff --git a/tidb-cloud/dedicated/_index.md b/tidb-cloud/dedicated/_index.md index e423ef452ade2..ebb09e7cd8d19 100644 --- a/tidb-cloud/dedicated/_index.md +++ b/tidb-cloud/dedicated/_index.md @@ -72,7 +72,7 @@ summary: TiDB Cloud is a fully-managed Database-as-a-Service (DBaaS) that brings [From CSV Files](https://docs.pingcap.com/tidbcloud/import-csv-files) -[From Apache Parquet Files](https://docs.pingcap.com/tidbcloud/import-csv-files) +[From Apache Parquet Files](https://docs.pingcap.com/tidbcloud/import-parquet-files)