From 3881ffba5b6f702724dbe17ab7aae9c238760589 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 26 May 2024 14:23:03 +0200 Subject: [PATCH] Updates to the configs --- cognee/infrastructure/databases/relational/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cognee/infrastructure/databases/relational/config.py b/cognee/infrastructure/databases/relational/config.py index 396fd4393..dcc141d1b 100644 --- a/cognee/infrastructure/databases/relational/config.py +++ b/cognee/infrastructure/databases/relational/config.py @@ -16,6 +16,7 @@ class RelationalConfig(BaseSettings): db_name=db_name, db_path=db_path ) + database_egine: object = db_engine db_file_path:str = os.path.join(db_path, db_name) database_path: str = os.path.join(config.system_root_directory, "databases") database_directory_path: str = db_path