如果遇到 Github 下载慢的问题可以使用网盘下载:https://pan.quark.cn/s/194b7eedf16e
🔧 Fixes
- Fixed the synchronization issue between text block full selection status and filter conditions
- Fixed the problem where model API call failures were incorrectly displayed as successful in asynchronous tasks
- Fixed the filter box experience issues in the dataset management module (e.g., invalid conditions, style anomalies)
⚡ Optimizations
- Added batch deletion support for text blocks to improve efficiency in multi-block scenarios
- Increased the maximum upload file size limit from 50MB to 300MB, enabling processing of larger documents or images
- Exposed image answer generation prompts in custom prompt configurations for fine-grained control of VQA generation logic #658
- Optimized export speed for extremely large datasets to reduce waiting time #667
🔧 修复
- 修复文本块全选状态与筛选条件不同步的问题
- 修复模型API调用失败,但异步任务状态仍显示为成功的异常
- 修复数据集管理模块筛选框的交互体验问题(如筛选条件不生效、样式异常等)
⚡ 优化
- 文本块支持批量删除,提升多文本块场景下的操作效率
- 上传文件大小限制从 50MB 放宽至 300MB,支持处理更大体积的文档或图像
- 自定义提示词配置中开放图像答案生成的提示词,支持精细化控制图像问答生成逻辑 #658
- 优化超大量数据集的导出速度,减少导出等待时间 #667