From f2bc7ca992edffd85c59bfc49a53761386dcce6b Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Thu, 18 Dec 2025 12:00:06 +0100 Subject: [PATCH] refactor: change comment --- cognee/modules/search/methods/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cognee/modules/search/methods/search.py b/cognee/modules/search/methods/search.py index a0fa2551d..3988ac19c 100644 --- a/cognee/modules/search/methods/search.py +++ b/cognee/modules/search/methods/search.py @@ -181,7 +181,7 @@ async def search( "dataset_tenant_id": datasets[0].tenant_id, } if verbose: - # Include graphs only in verbose mode to reduce payload size + # Include graphs only in verbose mode search_result_dict["graphs"] = graphs return_value.append(search_result_dict) @@ -193,7 +193,7 @@ async def search( "dataset_tenant_id": datasets[0].tenant_id, } if verbose: - # Include graphs only in verbose mode to reduce payload size + # Include graphs only in verbose mode search_result_dict["graphs"] = graphs return_value.append(search_result_dict)