mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
External dataset (#1497)
* perf: read rawText and chunk code * perf: read raw text * perf: read rawtext * perf: token count * log
This commit is contained in:
@@ -123,7 +123,9 @@ export async function checkInvalidDatasetData(start: Date, end: Date) {
|
||||
continue;
|
||||
}
|
||||
} catch (error) {}
|
||||
console.log(++index);
|
||||
if (++index % 100 === 0) {
|
||||
console.log(index);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user