徐涛
7e72e102a2
feat(memory): 实现知识图谱与双通道检索
- 新增 KnowledgeGraph trait + InMemoryGraph(BFS 图遍历 + 标签管理)
- 扩展 MemoryRetriever 为双通道检索(Hybrid/KnowledgeOnly/GraphOnly)
- 统一 RetrievalResult 为 RetrievalItem enum 变体
- GraphRelation 使用复合键 + composite_key() 派生 id
- 旧 ScoredItem 标注 #[deprecated]
- 新增 knowledge_graph_demo 示例
- 全量测试 427 passed,clippy/doc 0 警告
2026-07-17 14:37:49 +08:00
..
2026-06-01 23:06:50 +08:00
2026-06-01 23:06:50 +08:00
2026-06-02 08:51:42 +08:00
2026-06-02 22:19:15 +08:00
2026-06-07 10:23:36 +08:00
2026-06-07 23:01:28 +08:00
2026-06-10 22:38:32 +08:00
2026-06-11 22:49:27 +08:00
2026-06-22 08:43:48 +08:00
2026-06-15 23:07:33 +08:00
2026-06-22 06:34:11 +08:00
2026-06-17 22:55:47 +08:00
2026-06-18 06:51:13 +08:00
2026-06-22 06:52:04 +08:00
2026-06-17 22:55:47 +08:00
2026-06-15 23:07:33 +08:00
2026-06-30 22:59:05 +08:00
2026-06-30 22:59:05 +08:00
2026-06-30 22:22:12 +08:00
2026-06-30 22:22:12 +08:00
2026-07-03 14:13:30 +08:00
2026-07-05 07:32:19 +08:00
2026-07-05 10:46:46 +08:00
2026-07-05 16:54:29 +08:00
2026-07-05 21:04:31 +08:00
2026-07-08 23:19:24 +08:00
2026-07-06 09:46:04 +08:00
2026-07-06 14:53:00 +08:00
2026-07-08 22:55:17 +08:00
2026-07-09 13:08:35 +08:00
2026-07-09 16:51:29 +08:00
2026-07-10 06:43:06 +08:00
2026-07-15 06:52:05 +08:00
2026-07-17 11:20:12 +08:00
2026-07-17 14:37:49 +08:00
2026-06-09 22:32:48 +08:00
2026-06-09 22:32:59 +08:00
2026-06-10 22:22:18 +08:00
2026-06-07 22:42:49 +08:00
2026-07-06 21:55:03 +08:00
2026-06-10 06:52:24 +08:00
2026-07-04 10:19:54 +08:00
2026-07-17 11:20:12 +08:00
2026-07-17 11:20:12 +08:00
2026-07-17 11:20:12 +08:00
2026-07-17 14:37:49 +08:00
2026-07-17 14:37:49 +08:00