增加了知识图谱导出excel

This commit is contained in:
chentianrui
2025-08-18 15:14:37 +08:00
parent ce2986fbe2
commit 3fd0b2af0c
610 changed files with 6062 additions and 4932473 deletions
+1 -3
View File
@@ -33,9 +33,7 @@ def convert_json_to_readable(input_file, output_file=None):
if __name__ == "__main__":
# 指定输入文件路径
input_file = (
r"E:\文件\LLM_model\RAG\code\Engineering_data_KG-1\equipment_calculation\new\实际工程\主网预算线路.json"
)
input_file = r"project2json/outputs/json/变电技改国网.json"
# 调用转换函数
convert_json_to_readable(input_file)