feat(vdb): add HNSW vector index for TiDB vector store with TiFlash (#12043)

This commit is contained in:
Bowen Liang
2025-02-12 13:53:51 +08:00
committed by GitHub
parent 786550bdc9
commit 0751ad1eeb
11 changed files with 211 additions and 45 deletions

View File

@@ -0,0 +1,19 @@
# TiFlash tiflash.toml Configuration File reference:
# https://docs.pingcap.com/tidb/stable/tiflash-configuration#configure-the-tiflashtoml-file
listen_host = "0.0.0.0"
path = "/data"
[flash]
tidb_status_addr = "tidb:10080"
service_addr = "tiflash:4030"
[flash.proxy]
config = "/tiflash-learner.toml"
[logger]
errorlog = "/logs/tiflash_error.log"
log = "/logs/tiflash.log"
[raft]
pd_addr = "pd0:2379"