perf: async read file (#3531)

This commit is contained in:
Archer
2025-01-05 16:57:35 +08:00
committed by archer
parent 2bf1fce32a
commit 2066094047
7 changed files with 61 additions and 53 deletions

View File

@@ -15,4 +15,5 @@ weight: 806
4. 优化 - Mongo 全文索引表分离。
5. 优化 - 知识库检索查询语句合并,同时减少查库数量。
6. 优化 - 文件编码检测,减少 CSV 文件乱码概率。
7. 修复 - HTML 文件上传base64 图片无法自动转图片链接。
7. 优化 - 异步读取文件内容,减少进程阻塞。
8. 修复 - HTML 文件上传base64 图片无法自动转图片链接。