From 3e168ce2caff997b95d0fa6a9539ea65196c687b Mon Sep 17 00:00:00 2001 From: ice yao Date: Thu, 17 Oct 2024 15:30:59 +0800 Subject: [PATCH] fix: enable Tencent Cloud Vector integration test (#9441) --- dev/pytest/pytest_vdb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/pytest/pytest_vdb.sh b/dev/pytest/pytest_vdb.sh index ea1e7d4c80..d6797ed28e 100755 --- a/dev/pytest/pytest_vdb.sh +++ b/dev/pytest/pytest_vdb.sh @@ -9,4 +9,5 @@ pytest api/tests/integration_tests/vdb/chroma \ api/tests/integration_tests/vdb/weaviate \ api/tests/integration_tests/vdb/elasticsearch \ api/tests/integration_tests/vdb/vikingdb \ - api/tests/integration_tests/vdb/baidu + api/tests/integration_tests/vdb/baidu \ + api/tests/integration_tests/vdb/tcvectordb