perf: chunk trigger and paragraph split (#4893)

* perf: chunk trigger and paragraph split

* update max size computed

* perf: i18n

* remove table
This commit is contained in:
Archer
2025-05-26 18:57:22 +08:00
committed by GitHub
parent 874300a56a
commit c25cd48e72
23 changed files with 859 additions and 164 deletions

View File

@@ -658,7 +658,7 @@ export async function searchDatasetData(
tokenLen: 0
};
} catch (error) {
addLog.error('multiQueryRecall error', error);
addLog.error('Full text search error', error);
return {
fullTextRecallResults: [],
tokenLen: 0