From e57c95081b84c63de8d7e1847de7f8c333c4baee Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Sun, 26 May 2024 14:27:41 +0200 Subject: [PATCH] Updates to the configs --- cognee/infrastructure/databases/relational/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/databases/relational/config.py b/cognee/infrastructure/databases/relational/config.py index dcc141d1b..691e64a8e 100644 --- a/cognee/infrastructure/databases/relational/config.py +++ b/cognee/infrastructure/databases/relational/config.py @@ -16,7 +16,7 @@ class RelationalConfig(BaseSettings): db_name=db_name, db_path=db_path ) - database_egine: object = db_engine + database_engine: 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