From 409d3c7d8bb18f0e0051e56dc18bc51160186629 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:50:14 +0200 Subject: [PATCH] add updates --- cognee/infrastructure/databases/graph/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/databases/graph/config.py b/cognee/infrastructure/databases/graph/config.py index 5a98e2ff2..5d3f0b4c7 100644 --- a/cognee/infrastructure/databases/graph/config.py +++ b/cognee/infrastructure/databases/graph/config.py @@ -19,7 +19,7 @@ class GraphConfig(BaseSettings): ) graph_engine: object = GraphDBType.NETWORKX graph_model: object = KnowledgeGraph - graph_topology_task: bool = True + graph_topology_task: bool = False graph_topology: object = KnowledgeGraph infer_graph_topology: bool = True topology_file_path: str = os.path.join(