ForcePilot/web
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
..
public feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
src feat(kb): 新增检索配置、图种子查询、实体/三元组搜索与融合检索 2026-05-26 17:39:12 +08:00
.gitignore refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
.prettierrc.json first commit: chat support deepseek, zhipu 2024-07-07 01:58:23 +08:00
eslint.config.js refactor(eslint): 升级eslint配置,让其在eslint9.x可用 2026-01-09 12:36:14 +08:00
index.html rename 2024-09-14 02:45:35 +08:00
package.json chore(release): 准备 0.6.2 发布 2026-05-22 20:22:09 +08:00
pnpm-lock.yaml fix: 修复前端依赖安全告警 2026-05-09 09:48:34 +08:00
vite.config.js style(lint): 优化格式 2026-03-26 13:53:35 +08:00