From d8de5e1a6e38bbf62fb58c7d82b38074c6f1f62e Mon Sep 17 00:00:00 2001 From: vasilije Date: Thu, 24 Jul 2025 16:43:43 +0200 Subject: [PATCH] added files --- cognee/infrastructure/databases/graph/kuzu/adapter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/infrastructure/databases/graph/kuzu/adapter.py b/cognee/infrastructure/databases/graph/kuzu/adapter.py index db9127e25..5bc03ed36 100644 --- a/cognee/infrastructure/databases/graph/kuzu/adapter.py +++ b/cognee/infrastructure/databases/graph/kuzu/adapter.py @@ -104,7 +104,6 @@ class KuzuAdapter(GraphDBInterface): max_db_size=4096 * 1024 * 1024, ) - self.db.init_database() self.connection = Connection(self.db) # Create node table with essential fields and timestamp