From 74e6e5522b0f939486569cce574bac502507b63b Mon Sep 17 00:00:00 2001 From: Grace Cai Date: Wed, 23 Oct 2024 18:13:02 +0800 Subject: [PATCH] vector-search: minor wording updates for the langchain integration doc (#19191) --- vector-search-integrate-with-langchain.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vector-search-integrate-with-langchain.md b/vector-search-integrate-with-langchain.md index f710e80ec7d6e..0ad227c364e05 100644 --- a/vector-search-integrate-with-langchain.md +++ b/vector-search-integrate-with-langchain.md @@ -1,11 +1,11 @@ --- title: Integrate Vector Search with LangChain -summary: Learn how to integrate Vector Search in TiDB Cloud with LangChain. +summary: Learn how to integrate TiDB Vector Search with LangChain. --- # Integrate Vector Search with LangChain -This tutorial demonstrates how to integrate the [vector search](/vector-search-overview.md) feature in TiDB Cloud with [LangChain](https://python.langchain.com/). +This tutorial demonstrates how to integrate the [vector search](/vector-search-overview.md) feature of TiDB with [LangChain](https://python.langchain.com/).