From cc9bb5a418880d9f5e9652c24a2e198208255330 Mon Sep 17 00:00:00 2001 From: Docsite Preview Bot <> Date: Thu, 17 Oct 2024 05:58:23 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs/pull/18779 and this preview is triggered from commit https://github.com/pingcap/docs/pull/18779/commits/7420d1abb95c9ea4a90515cb50fa3018b194a9ef --- .../tidb/master/vector-search-integrate-with-llamaindex.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/markdown-pages/en/tidb/master/vector-search-integrate-with-llamaindex.md b/markdown-pages/en/tidb/master/vector-search-integrate-with-llamaindex.md index 9dfb78a..251e3af 100644 --- a/markdown-pages/en/tidb/master/vector-search-integrate-with-llamaindex.md +++ b/markdown-pages/en/tidb/master/vector-search-integrate-with-llamaindex.md @@ -82,6 +82,13 @@ from llama_index.vector_stores.tidbvector import TiDBVectorStore ### Step 3. Configure environment variables +Configure the environment variables depending on the TiDB deployment option you've selected. + + +
+ +For a TiDB Cloud Serverless cluster, take the following steps to obtain the cluster connection string and configure environment variables: + 1. Navigate to the [**Clusters**](https://tidbcloud.com/console/clusters) page, and then click the name of your target cluster to go to its overview page. 2. Click **Connect** in the upper-right corner. A connection dialog is displayed.