fix    MILVUS集合替换
This commit is contained in:
zhouchengrong
2024-08-21 16:37:14 +08:00
parent c393064fa6
commit ac4f03c422

View File

@@ -64,7 +64,7 @@ RABBITMQ_PARAMS = {
MILVUS_URL = "http://10.1.1.240:19530" MILVUS_URL = "http://10.1.1.240:19530"
MILVUS_TOKEN = "root:Milvus" MILVUS_TOKEN = "root:Milvus"
MILVUS_ALIAS = "default" MILVUS_ALIAS = "default"
MILVUS_TABLE_KEYPOINT = "keypoint_cache" MILVUS_TABLE_KEYPOINT = "keypoint_cache_2"
MILVUS_TABLE_SEG = "seg_cache" MILVUS_TABLE_SEG = "seg_cache"
# Mysql 配置 # Mysql 配置