From a7a2631d53ba274511072e312745ecdabf9f8765 Mon Sep 17 00:00:00 2001 From: Andrej Milicevic Date: Thu, 9 Oct 2025 17:50:20 +0200 Subject: [PATCH] chore: format --- .../databases/relational/sqlalchemy/SqlAlchemyAdapter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/databases/relational/sqlalchemy/SqlAlchemyAdapter.py b/cognee/infrastructure/databases/relational/sqlalchemy/SqlAlchemyAdapter.py index 4908295ca..36ba90db5 100644 --- a/cognee/infrastructure/databases/relational/sqlalchemy/SqlAlchemyAdapter.py +++ b/cognee/infrastructure/databases/relational/sqlalchemy/SqlAlchemyAdapter.py @@ -508,6 +508,7 @@ class SQLAlchemyAdapter: await self.engine.dispose(close=True) # Wait for the database connections to close and release the file (Windows) import gc + gc.collect() # await asyncio.sleep(2) db_directory = path.dirname(self.db_path)