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