Remove "rank", "weight", "keywords"
This commit is contained in:
parent
1541034816
commit
3ead0489b8
1 changed files with 0 additions and 8 deletions
|
|
@ -2323,7 +2323,6 @@ async def _get_node_data(
|
||||||
"entity": n["entity_name"],
|
"entity": n["entity_name"],
|
||||||
"type": n.get("entity_type", "UNKNOWN"),
|
"type": n.get("entity_type", "UNKNOWN"),
|
||||||
"description": n.get("description", "UNKNOWN"),
|
"description": n.get("description", "UNKNOWN"),
|
||||||
"rank": n["rank"],
|
|
||||||
"created_at": created_at,
|
"created_at": created_at,
|
||||||
"file_path": file_path,
|
"file_path": file_path,
|
||||||
}
|
}
|
||||||
|
|
@ -2345,9 +2344,6 @@ async def _get_node_data(
|
||||||
"entity1": e["src_tgt"][0],
|
"entity1": e["src_tgt"][0],
|
||||||
"entity2": e["src_tgt"][1],
|
"entity2": e["src_tgt"][1],
|
||||||
"description": e["description"],
|
"description": e["description"],
|
||||||
"keywords": e["keywords"],
|
|
||||||
"weight": e["weight"],
|
|
||||||
"rank": e["rank"],
|
|
||||||
"created_at": created_at,
|
"created_at": created_at,
|
||||||
"file_path": file_path,
|
"file_path": file_path,
|
||||||
}
|
}
|
||||||
|
|
@ -2601,9 +2597,6 @@ async def _get_edge_data(
|
||||||
"entity1": e["src_id"],
|
"entity1": e["src_id"],
|
||||||
"entity2": e["tgt_id"],
|
"entity2": e["tgt_id"],
|
||||||
"description": e["description"],
|
"description": e["description"],
|
||||||
"keywords": e["keywords"],
|
|
||||||
"weight": e["weight"],
|
|
||||||
"rank": e["rank"],
|
|
||||||
"created_at": created_at,
|
"created_at": created_at,
|
||||||
"file_path": file_path,
|
"file_path": file_path,
|
||||||
}
|
}
|
||||||
|
|
@ -2625,7 +2618,6 @@ async def _get_edge_data(
|
||||||
"entity": n["entity_name"],
|
"entity": n["entity_name"],
|
||||||
"type": n.get("entity_type", "UNKNOWN"),
|
"type": n.get("entity_type", "UNKNOWN"),
|
||||||
"description": n.get("description", "UNKNOWN"),
|
"description": n.get("description", "UNKNOWN"),
|
||||||
"rank": n["rank"],
|
|
||||||
"created_at": created_at,
|
"created_at": created_at,
|
||||||
"file_path": file_path,
|
"file_path": file_path,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue