main
黄海 5 months ago
parent daa55427ad
commit 266174f5f1

@ -35,6 +35,8 @@ if __name__ == '__main__':
print("-" * 50)
try:
kg = KnowledgeGraph(block)
# 替换一些特殊符号
block = block.replace('```neo4j', '').replace('```', '')
success, cypher = kg.run()
print(cypher)
res = executor.execute_cypher_text(cypher)

Loading…
Cancel
Save