This commit is contained in:
@@ -123,8 +123,9 @@ def graph_vault() -> dict:
|
||||
|
||||
nodes.append({
|
||||
"id": rel,
|
||||
"label": p.stem, # stem ist oft kürzer/prägnanter als der Titel
|
||||
"category": cat
|
||||
"content": p.stem, # stem ist oft kürzer/prägnanter als der Titel
|
||||
"category": cat,
|
||||
"source": "wiki"
|
||||
})
|
||||
|
||||
# 2. Edges extrahieren (Wiki-Links [[Name]])
|
||||
|
||||
Reference in New Issue
Block a user