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" + } +} + +