From 7fa985a88cf2addbeba500a32148a4d56ff0c1c9 Mon Sep 17 00:00:00 2001 From: Daulet Amirkhanov Date: Mon, 13 Oct 2025 17:04:08 +0100 Subject: [PATCH] temp --- cognee/infrastructure/databases/graph/kuzu/adapter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/databases/graph/kuzu/adapter.py b/cognee/infrastructure/databases/graph/kuzu/adapter.py index fcf2a8106..e0ac2bd20 100644 --- a/cognee/infrastructure/databases/graph/kuzu/adapter.py +++ b/cognee/infrastructure/databases/graph/kuzu/adapter.py @@ -81,6 +81,7 @@ class KuzuAdapter(GraphDBInterface): connection.execute("INSTALL JSON;") except Exception as e: logger.info(f"JSON extension already installed or not needed: {e}", exc_info=True) + raise e _install_json_extension()