ForcePilot/web/src/components
Wenjie Zhang 9f641ede78 feat(model-config): 添加模型手动管理功能及失效模型检测
- 在模型供应商组件中添加手动管理模式,当无法自动获取模型列表时可手动添加/移除模型
- 添加失效模型检测功能,可一键移除配置中不存在的模型
- 新增 ModelScope 供应商图标支持
- 调整用户头像和模型图标尺寸样式
- 更新文档说明图片显示的环境变量配置
2025-12-16 15:47:50 +08:00
..
dashboard refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
modals feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
ToolCallingResult fix: 增强知识图谱结果判断逻辑 2025-11-10 09:17:06 +08:00
AgentChatComponent.vue feat(database): 实现同名文件检测与MinIO存储支持 2025-12-07 23:38:20 +08:00
AgentConfigSidebar.vue feat(database): 实现同名文件检测与MinIO存储支持 2025-12-07 23:38:20 +08:00
AgentMessageComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
AgentPopover.vue feat(AgentPopover): 增强待办事项图标样式并添加文件下载功能 2025-12-02 21:36:12 +08:00
AttachmentInputPanel.vue feat: 添加附件上传中间件和管理功能 2025-11-08 10:51:30 +08:00
AttachmentOptionsComponent.vue feat(docs): 更新 .env.template 文件和新增 Docker 启动问题模板 2025-11-13 18:50:42 +08:00
AttachmentStatusIndicator.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
ChatSidebarComponent.vue refactor(db): 将数据库操作迁移到异步SQLAlchemy 2025-12-04 10:11:28 +08:00
ChunkParamsConfig.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
DatabaseHeader.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
DebugComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
EmbeddingModelSelector.vue feat(embedding): 新增 EmbeddingModelSelector 组件并替换原有选择器 2025-12-07 17:17:20 +08:00
EvaluationBenchmarks.vue feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
FileDetailModal.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
FileTable.vue feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
FileUploadModal.vue feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
GraphCanvas.vue refactor: 优化代码格式和结构,改进错误提示信息 2025-12-16 10:28:44 +08:00
GraphDetailPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
GraphInfoPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
HeaderComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
HumanApprovalModal.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
ImagePreviewComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
KnowledgeBaseCard.vue refactor: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
KnowledgeGraphSection.vue feat: 实现统一图谱适配器及前端组件重构 2025-12-15 23:25:56 +08:00
LightRAGInfoPanel.vue refactor(ui): 移除导出数据按钮并优化上传文件提示 2025-12-16 00:27:40 +08:00
LoadingComponent.vue 支持使用URL添加到知识库; 2025-05-10 10:53:14 +08:00
MarkdownContentViewer.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
MessageInputComponent.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
MindMapSection.vue refactor(eval): 重构检索配置为弹窗并优化评估界面 2025-12-09 22:11:27 +08:00
ModelProvidersComponent.vue feat(model-config): 添加模型手动管理功能及失效模型检测 2025-12-16 15:47:50 +08:00
ModelSelectorComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00
QuerySection.vue refactor: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
RAGEvaluationTab.vue feat(eval): 添加评估基准分页和错误结果过滤功能 2025-12-14 18:13:46 +08:00
RefsComponent.vue feat: 优化聊天代理功能,增加时间成本计算;调整对话状态管理,确保消息流处理更流畅;更新样式以提升用户体验。 2025-10-15 02:37:42 +08:00
SearchConfigModal.vue refactor: 优化组件和API的空值处理逻辑 2025-12-10 19:42:58 +08:00
StatusBar.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
TaskCenterDrawer.vue feat(evaluation): 新增RAG评估功能模块 2025-12-09 16:21:18 +08:00
ThemeToggle.vue Add dark/light theme toggle feature (#343) 2025-11-23 01:39:44 +08:00
UserInfoComponent.vue feat(model-config): 添加模型手动管理功能及失效模型检测 2025-12-16 15:47:50 +08:00
UserManagementComponent.vue refactor(web): 统一使用新的颜色系统变量替换旧变量 2025-11-25 22:34:44 +08:00