Browse Source

Fix TiDB vector configuration comment to correctly use 'tidb_vector' (#19767)

tags/1.4.0
Aryan Raj 5 months ago
parent
commit
8081aec730
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker/.env.example

+ 1
- 1
docker/.env.example View File

@@ -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=

Loading…
Cancel
Save