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()