fix: 自动上传向量时间改为三分钟;修复根据条件删除向量数据报错问题;

This commit is contained in:
邢继森
2025-05-19 00:45:32 +08:00
parent 951524bff7
commit d18e307e10
2 changed files with 26 additions and 1 deletions

View File

@@ -405,4 +405,5 @@ public class KnowledgeInfoServiceImpl implements IKnowledgeInfoService {
.set(KnowledgeAttach::getVectorStatus, DealStatus.STATUS_10)
.eq(KnowledgeAttach::getVectorStatus, DealStatus.STATUS_40));
}
@Scheduled(fixedDelay = 180000) // 3分钟执行一次
}