修改增加完整工程json

This commit is contained in:
chentianrui
2025-08-01 17:37:40 +08:00
parent 9609bb67b4
commit b67cc5e2c0
36 changed files with 4792633 additions and 809028 deletions
+3 -1
View File
@@ -33,7 +33,9 @@ def convert_json_to_readable(input_file, output_file=None):
if __name__ == "__main__":
# 指定输入文件路径
input_file = r"project2json/outputs/json/220kV变电站工程.json"
input_file = (
r"E:\文件\LLM_model\RAG\code\Engineering_data_KG-1\equipment_calculation\new\实际工程\主网预算线路.json"
)
# 调用转换函数
convert_json_to_readable(input_file)