From 13b1ce9f87964d61636033ed6e899ae5b1fac5f8 Mon Sep 17 00:00:00 2001 From: zoujiwen Date: Wed, 18 Jun 2025 16:03:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20kg=5Flab=5F6.13?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 6.18 统一配置路径json --- kg_lab_6.13/config.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kg_lab_6.13/config.json diff --git a/kg_lab_6.13/config.json b/kg_lab_6.13/config.json new file mode 100644 index 0000000..f1b9fdc --- /dev/null +++ b/kg_lab_6.13/config.json @@ -0,0 +1,12 @@ +{ + "info_data_json": "data/data.json", + "info_data_txt": "data/data.txt", + "info_faiss_archived": "data/faiss_data/data", + "neo4j": { + "url": "bolt://172.20.0.145:7687", + "username": "neo4j", + "password": "password" + } +} + +