ForcePilot/web
Wenjie Zhang e5a06405ba feat(evaluation): 重构评估配置处理逻辑
- 将前端传递的 retrieval_config 改为 model_config 并合并到检索配置
- 从知识库元数据中获取检索配置作为基础配置
- 在评估结果中显示使用的检索配置
- 优化配置保存流程,先保存到服务器再存本地
- 统一知识库查询参数存储结构
2025-12-09 21:11:51 +08:00
..
public feat(agent): 添加智能体元数据支持和示例问题展示 2025-09-09 20:25:48 +08:00
src feat(evaluation): 重构评估配置处理逻辑 2025-12-09 21:11:51 +08:00
.eslintrc.cjs first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.gitignore first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
pnpm-lock.yaml Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
vite.config.js fix(deploy): 更新API代理配置以匹配容器网络 2025-11-14 11:00:57 +08:00