From 2ef4c9466f2b63434954edcf3876aa4fd57ee80c Mon Sep 17 00:00:00 2001 From: wlleiiwang <1025164922@qq.com> Date: Wed, 18 Sep 2024 05:11:10 +0800 Subject: [PATCH] community: modify document links for tencent vectordb (#26316) - modify document links for create a tencent vectordb database instance. Co-authored-by: wlleiiwang Co-authored-by: Erick Friis --- .../langchain_community/vectorstores/tencentvectordb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/langchain_community/vectorstores/tencentvectordb.py b/libs/community/langchain_community/vectorstores/tencentvectordb.py index c0dc41965fb..c3bda890fe2 100644 --- a/libs/community/langchain_community/vectorstores/tencentvectordb.py +++ b/libs/community/langchain_community/vectorstores/tencentvectordb.py @@ -144,7 +144,7 @@ class TencentVectorDB(VectorStore): In order to use this you need to have a database instance. See the following documentation for details: - https://cloud.tencent.com/document/product/1709/94951 + https://cloud.tencent.com/document/product/1709/104489 """ field_id: str = "id"