Files
Arcrun/cypher-executor
Claude (總管雲端) 6ff1355fe8 portal: 圖譜鄰居渲染修 [object Object]+關聯列從 workflow neighbors 導出
- workflow 版 graph_neighbors 的 neighbors 是 {node,predicate,from,depth} 物件,
  renderGraph 期望字串 → 節點 chips 全變 [object Object];正規化成名字再渲染。
- workflow 版 edges 恆空 → 關聯永遠 0;neighbor 物件本身就是一條邊,導出成
  {subject,predicate,object} 餵關聯列(plugin 版行為不變)。
- 邊列 subject 比對改大小寫不敏感(graph 查詢端已正規化,搜 rag 命中節點 RAG)。
- 來源:leo RAG demo 客戶測試回饋問題 3(鄰居/關聯顯示有誤)。
2026-07-18 06:13:45 +00:00
..