ForcePilot/web/src/components
Wenjie Zhang 409df5b073 feat(kb): 新增检索配置、图种子查询、实体/三元组搜索与融合检索
- 新增 MilvusRetrievalConfig 数据类,支持向量/关键词/混合/图检索参数化配置
- 新增 query_seed_subgraph 和图检索融合逻辑
- MilvusGraphVectorStore 新增 search_entities/search_triples
- MilvusGraphService.get_status 支持构建任务状态与进度查询
- cypher 语句增加 entity_id/triple_id 属性
- 前端 KnowledgeGraphSection 和 SearchConfigModal 适配新配置
- 新增 igraph 依赖
2026-05-26 17:39:12 +08:00
..
common fix(skill): 异步化删除目录防阻塞并限制批量删除上限以避免超时 2026-05-25 23:35:00 +08:00
dashboard feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
extensions fix(skill): 异步化删除目录防阻塞并限制批量删除上限以避免超时 2026-05-25 23:35:00 +08:00
modals feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
shared fix(web): 修复 MCP 卡片图标类型警告 2026-05-10 18:50:16 +08:00
sources feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
ToolCallingResult refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
workspace feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
AgentArtifactsCard.vue refactor(models): 重构模型配置[WIP] 2026-04-25 23:58:01 +08:00
AgentChatComponent.vue fix(skill): 异步化删除目录防阻塞并限制批量删除上限以避免超时 2026-05-25 23:35:00 +08:00
AgentConfigSidebar.vue feat(kb):新增知识库文件管理功能 2026-05-26 17:39:12 +08:00
AgentFilePreview.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
AgentInputArea.vue feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
AgentMessageComponent.vue feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
AgentPanel.vue fix(mention): 解决新会话中@提及无法激活问题,引入Redis缓存一致性失效闭环 2026-05-25 21:11:41 +08:00
AiTextarea.vue refactor: 重构组件和样式以改善UI/UX 2026-01-15 04:54:53 +08:00
ApiKeyManagementComponent.vue feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
AttachmentOptionsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
BasicSettingsSection.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ChunkParamsConfig.vue refactor: 重构 Chunk 逻辑,异步部分参数 2026-05-26 17:39:12 +08:00
ConversationNavSection.vue feat(workspace): 增强工作区功能,处理符号链接和非 UTF-8 文本文件的预览支持 2026-05-04 08:18:37 +08:00
DatabaseHeader.vue feat(kb):新增知识库文件管理功能 2026-05-26 17:39:12 +08:00
DebugComponent.vue feat: 添加默认查询参数提取功能,优化知识库检索配置加载 2026-05-06 23:09:45 +08:00
DepartmentManagementComponent.vue fix: 调整部门删除逻辑,迁移用户至默认部门并清理相关配置,更新前端提示信息 Error: 部门删除限制 2026-04-04 11:10:30 +08:00
EmbeddingModelSelector.vue refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
EvaluationBenchmarks.vue feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
FileDetailModal.vue refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
FileTable.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
FileTreeComponent.vue feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +08:00
FileUploadModal.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
GraphCanvas.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
GraphDetailPanel.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
HeaderComponent.vue feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
HumanApprovalModal.vue foramt: 规范化代码 2026-03-24 11:09:39 +08:00
ImagePreviewComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
KnowledgeBaseCard.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
KnowledgeGraphSection.vue feat(kb): 新增检索配置、图种子查询、实体/三元组搜索与融合检索 2026-05-26 17:39:12 +08:00
KnowledgeSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00
LoadingComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
MarkdownContentViewer.vue refactor: 修改 Markdown 预览组件 2026-05-08 01:04:23 +08:00
McpEnvEditor.vue feat(mcp): add stdio env support and env editor component 2026-02-22 18:57:30 +08:00
MessageInputComponent.vue fix(mention): 解决新建会话未对话时输入@无法检索工作区文件的问题 2026-05-25 21:11:41 +08:00
MindMapSection.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ModelSelectorComponent.vue refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
QuerySection.vue refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
RAGEvaluationTab.vue feat(mention): 优化@提及搜索排序与高亮展示,修复唤醒交互及路径硬编码问题 2026-05-25 21:11:20 +08:00
RefsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
RerankModelSelector.vue refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
SearchConfigModal.vue feat(kb): 新增检索配置、图种子查询、实体/三元组搜索与融合检索 2026-05-26 17:39:12 +08:00
SettingsModal.vue refactor: 知识库重新设计 2026-05-26 17:39:12 +08:00
ShareConfigForm.vue feat(workspace): 增强工作区功能,处理符号链接和非 UTF-8 文本文件的预览支持 2026-05-04 08:18:37 +08:00
StatusBar.vue chore(web): 升级前端核心依赖并优化代码质量 2026-05-07 11:58:25 +08:00
TaskCenterDrawer.vue feat(web): 合并知识库导航入口并调整视觉细节 2026-04-06 21:04:19 +08:00
ThemeToggle.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ToolCallsGroupComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
UserInfoComponent.vue feat(kb): 新增知识图谱向量存储、文件大小补全及前端重构 2026-05-26 17:39:12 +08:00
UserManagementComponent.vue fix(user): 优化新增用户登录 ID 展示 2026-05-12 13:47:40 +08:00
ViewSwitchHeader.vue refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
WebSearchSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00