debug:推荐接口
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
This commit is contained in:
@@ -519,16 +519,16 @@ def run_precompute():
|
|||||||
logger.info("=" * 50)
|
logger.info("=" * 50)
|
||||||
|
|
||||||
# 1. 优化数据库表结构
|
# 1. 优化数据库表结构
|
||||||
logger.info("\n[1/5] 优化数据库表结构...")
|
# logger.info("\n[1/5] 优化数据库表结构...")
|
||||||
optimize_database_table()
|
# optimize_database_table()
|
||||||
|
|
||||||
# # 2. 创建 Milvus 集合
|
# # 2. 创建 Milvus 集合
|
||||||
# logger.info("\n[2/5] 创建 Milvus 集合...")
|
# logger.info("\n[2/5] 创建 Milvus 集合...")
|
||||||
# create_collection()
|
# create_collection()
|
||||||
|
|
||||||
# 3. 历史数据迁移
|
# 3. 历史数据迁移
|
||||||
logger.info("\n[3/5] 历史数据迁移...")
|
# logger.info("\n[3/5] 历史数据迁移...")
|
||||||
migrate_historical_data()
|
# migrate_historical_data()
|
||||||
|
|
||||||
# # 4. 系统图向量预计算
|
# # 4. 系统图向量预计算
|
||||||
# logger.info("\n[4/5] 系统图向量预计算...")
|
# logger.info("\n[4/5] 系统图向量预计算...")
|
||||||
|
|||||||
Reference in New Issue
Block a user