From 8081aec73000022621c98e2b7fb632df7e8508d5 Mon Sep 17 00:00:00 2001 From: Aryan Raj Date: Thu, 15 May 2025 19:02:45 +0530 Subject: [PATCH] Fix TiDB vector configuration comment to correctly use 'tidb_vector' (#19767) --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 37738a5065..f461be5a4a 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -478,7 +478,7 @@ ANALYTICDB_PORT=5432 ANALYTICDB_MIN_CONNECTION=1 ANALYTICDB_MAX_CONNECTION=5 -# TiDB vector configurations, only available when VECTOR_STORE is `tidb` +# TiDB vector configurations, only available when VECTOR_STORE is `tidb_vector` TIDB_VECTOR_HOST=tidb TIDB_VECTOR_PORT=4000 TIDB_VECTOR_USER=