We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab35a9 commit bef0a9dCopy full SHA for bef0a9d
src/sift_kg/visualize.py
@@ -466,7 +466,7 @@ def _inject_ui(
466
467
# Support docs filter: max across all non-DOCUMENT nodes
468
max_source_docs = 0
469
- for node_id, data in kg.graph.nodes(data=True):
+ for _node_id, data in kg.graph.nodes(data=True):
470
if data.get("entity_type") == "DOCUMENT":
471
continue
472
sd = data.get("source_documents", [])
0 commit comments