Add Cloud Tour Libo knowledge graph platform

This commit is contained in:
2026-07-30 10:08:04 +08:00
parent 9e05b09a38
commit bae5197d62
103 changed files with 14036 additions and 160 deletions

View File

@@ -605,6 +605,7 @@ def upsert_graph_places(graph_name: str, rows: list[dict[str, Any]]) -> None:
"MERGE (dist)-[:PART_OF]->(city) "
"MERGE (city)-[:PART_OF]->(prov) "
"MERGE (c9:GeoCell {h3_id:$h3_r9}) SET c9.resolution=9 "
"MERGE (c9)-[:LOCATED_IN]->(dist) "
"MERGE (p)-[:IN_H3_R9]->(c9)"
)
params = {