From 20d49eeb76ca81057e902fad67658d5db2dcb0a0 Mon Sep 17 00:00:00 2001 From: Igor Ilic <30923996+dexters1@users.noreply.github.com> Date: Tue, 11 Nov 2025 13:56:35 +0100 Subject: [PATCH] Apply suggestion from @dexters1 --- .../databases/utils/get_or_create_dataset_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/databases/utils/get_or_create_dataset_database.py b/cognee/infrastructure/databases/utils/get_or_create_dataset_database.py index 0aa836174..635734d89 100644 --- a/cognee/infrastructure/databases/utils/get_or_create_dataset_database.py +++ b/cognee/infrastructure/databases/utils/get_or_create_dataset_database.py @@ -35,7 +35,7 @@ async def get_or_create_dataset_database( vector_config = get_vectordb_config() graph_config = get_graph_config() -Note: for hybrid databases both graph and vector DB name have to be the same +# Note: for hybrid databases both graph and vector DB name have to be the same if graph_config.graph_database_provider == "kuzu": graph_db_name = f"{dataset_id}.pkl" else: