徐涛
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-07-05 08:19:13 +08:00
2026-07-15 11:15:58 +08:00
2026-07-15 11:15:58 +08:00
2026-07-06 09:46:04 +08:00
2026-07-05 19:47:03 +08:00
2026-07-05 08:19:13 +08:00
2026-07-15 11:15:58 +08:00
2026-07-09 16:51:29 +08:00
2026-07-05 21:00:36 +08:00
2026-07-15 08:59:46 +08:00
2026-07-17 14:37:49 +08:00
2026-07-17 14:37:49 +08:00
2026-07-05 19:47:03 +08:00
2026-07-05 21:00:36 +08:00
2026-07-05 08:12:40 +08:00
2026-07-05 08:19:13 +08:00
2026-07-15 11:15:58 +08:00
2026-07-05 19:48:59 +08:00