mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-04-06 00:07:34 +00:00
fix: 自动上传向量时间改为三分钟;修复根据条件删除向量数据报错问题;
This commit is contained in:
@@ -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分钟执行一次
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user