fix: graph view node payload keys (content instead of label)
Ampel / ampel (push) Failing after 22s

This commit is contained in:
Hitonabi
2026-08-07 12:20:34 +02:00
parent 0a6b6fd18d
commit cb884abdc8
+3 -2
View File
@@ -123,8 +123,9 @@ def graph_vault() -> dict:
nodes.append({ nodes.append({
"id": rel, "id": rel,
"label": p.stem, # stem ist oft kürzer/prägnanter als der Titel "content": p.stem, # stem ist oft kürzer/prägnanter als der Titel
"category": cat "category": cat,
"source": "wiki"
}) })
# 2. Edges extrahieren (Wiki-Links [[Name]]) # 2. Edges extrahieren (Wiki-Links [[Name]])