hefanli and GitHub
8f529952f6
Fix ratio ( #162 )
...
* fix: fixed the issue where an error would be reported when only setting the proportioning quantity when creating a proportioning task
* fix: prevent adding the same file multiple times
* fix: implement a more flexible matching strategy, allowing only the tag name to be configured for matching
2025-12-11 17:45:16 +08:00
hefanli and GitHub
99fd46cb70
fix: fix the Data Evaluation Detail page ( #154 )
...
* fix: the Data Evaluation Detail Page should show the model used
* fix: fix the time format displayed
* fix: fix the Data Evaluation Detail page
2025-12-10 18:35:29 +08:00
hefanli and GitHub
f87060490c
feature: data management supports nested folders ( #150 )
...
* fix: k8s部署场景下,backend-python服务挂载需要存储
* fix: 增加数据集文件免拷贝的接口定义
* fix: 评估时评估结果赋予初始空值,防止未评估完成时接口报错
* feature: 数据管理支持嵌套文件夹(展示时按照文件系统展示;批量下载时带上相对路径)
* fix: 去除多余的文件重命名逻辑
* refactor: remove unused imports
2025-12-10 16:42:45 +08:00
hefanli and GitHub
f8b32506cf
fix: k8s部署场景下,backend-python服务挂载需要存储 ( #144 )
2025-12-09 19:09:51 +08:00
hefanli and GitHub
758cf93e36
feature: 增加压缩包上传功能 ( #137 )
...
* feature: 增加压缩包上传功能
* fix: 删除文件时数据集关于文件的相关统计信息也刷新
* fix: 增加k8s常见下评估服务的路由
2025-12-09 14:42:27 +08:00
hefanli and GitHub
744d15ba24
fix: 修复评估时模型输出json格式不对导致读取错误的问题 ( #133 )
...
* feature: add cot data evaluation function
* fix: added verification to evaluation results
* fix: fix the prompt for evaluating
* fix: 修复当评估结果为空导致读取失败的问题
2025-12-04 18:49:50 +08:00
hefanli and GitHub
1d19cd3a62
feature: add data-evaluation
...
* feature: add evaluation task management function
* feature: add evaluation task detail page
* fix: delete duplicate definition for table t_model_config
* refactor: rename package synthesis to ratio
* refactor: add eval file table and refactor related code
* fix: calling large models in parallel during evaluation
2025-12-04 09:23:54 +08:00
hefanli and GitHub
c1352ab91f
feature: multiple ratio configurations can be set for the data set. ( #103 )
...
feature: multiple ratio configurations can be set for the data set.
2025-11-24 15:28:17 +08:00
hefanli and GitHub
cddfe9b149
feature: 数据配比增加通过更新时间来配置 ( #95 )
...
* feature: 数据配比增加通过更新时间来配置
* fix: 修复配比时间参数传递的问题
2025-11-20 18:50:51 +08:00
hefanli and GitHub
a07fba23f2
feature:数据集导入数据集支持选择归集任务导入 ( #92 )
...
* feature: 实现obs归集
* feature: 增加数据集中出现同名文件时的处理方式
* feature: 前端数据集导入数据时增加可以选择归集任务导入
2025-11-19 11:05:33 +08:00
hefanli and GitHub
08bd4eca5c
feature:增加数据配比功能 ( #52 )
...
* refactor: 修改调整数据归集实现,删除无用代码,优化代码结构
* feature: 每天凌晨00:00扫描所有数据集,检查数据集是否超过了预设的保留天数,超出保留天数的数据集调用删除接口进行删除
* fix: 修改删除数据集文件的逻辑,上传到数据集中的文件会同时删除数据库中的记录和文件系统中的文件,归集过来的文件仅删除数据库中的记录
* fix: 增加参数校验和接口定义,删除不使用的接口
* fix: 数据集统计数据默认为0
* feature: 数据集状态增加流转,创建时为草稿状态,上传文件或者归集文件后修改为活动状态
* refactor: 修改分页查询归集任务的代码
* fix: 更新后重新执行;归集任务执行增加事务控制
* feature: 创建归集任务时能够同步创建数据集,更新归集任务时能更新到指定数据集
* fix: 创建归集任务不需要创建数据集时不应该报错
* fix: 修复删除文件时数据集的统计数据不变动
* feature: 查询数据集详情时能够获取到文件标签分布
* fix: tags为空时不进行分析
* fix: 状态修改为ACTIVE
* fix: 修改解析tag的方法
* feature: 实现创建、分页查询、删除配比任务
* feature: 实现创建、分页查询、删除配比任务的前端交互
* fix: 修复进度计算异常导致的页面报错
2025-11-03 10:17:39 +08:00
hefanli and GitHub
46dfb389f1
feature:增加定时清除超出保留期限数据集的功能;增加数据归集任务绑定数据集的接口 ( #24 )
...
* refactor: 修改调整数据归集实现,删除无用代码,优化代码结构
* feature: 每天凌晨00:00扫描所有数据集,检查数据集是否超过了预设的保留天数,超出保留天数的数据集调用删除接口进行删除
* fix: 修改删除数据集文件的逻辑,上传到数据集中的文件会同时删除数据库中的记录和文件系统中的文件,归集过来的文件仅删除数据库中的记录
* fix: 增加参数校验和接口定义,删除不使用的接口
* fix: 数据集统计数据默认为0
* feature: 数据集状态增加流转,创建时为草稿状态,上传文件或者归集文件后修改为活动状态
* refactor: 修改分页查询归集任务的代码
* fix: 更新后重新执行;归集任务执行增加事务控制
* feature: 创建归集任务时能够同步创建数据集,更新归集任务时能更新到指定数据集
2025-10-25 15:59:36 +08:00
hefanli and GitHub
cc072bbf90
refactor: 修改调整数据归集实现,删除无用代码,优化代码结构 ( #20 )
2025-10-23 21:10:57 +08:00