修改增加完整工程json
This commit is contained in:
+3
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user