mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-29 09:44:47 +00:00
@@ -80,7 +80,7 @@ export async function generateVector(): Promise<any> {
|
||||
|
||||
// delete data from training
|
||||
await TrainingData.findByIdAndDelete(data._id);
|
||||
console.log(`生成向量成功: ${data._id}`);
|
||||
// console.log(`生成向量成功: ${data._id}`);
|
||||
|
||||
reduceQueue();
|
||||
generateVector();
|
||||
|
Reference in New Issue
Block a user