From f09376429bcf9eb7e512b4054e61ee5e041c8638 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Thu, 25 Sep 2025 17:39:29 +0200 Subject: [PATCH] refactor: Remove telemetry call --- cognee/modules/retrieval/utils/brute_force_triplet_search.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cognee/modules/retrieval/utils/brute_force_triplet_search.py b/cognee/modules/retrieval/utils/brute_force_triplet_search.py index 172c45d6d..8a9bcdeb4 100644 --- a/cognee/modules/retrieval/utils/brute_force_triplet_search.py +++ b/cognee/modules/retrieval/utils/brute_force_triplet_search.py @@ -182,5 +182,4 @@ async def brute_force_triplet_search( query, error, ) - send_telemetry("cognee.brute_force_triplet_search EXECUTION FAILED", {"error": str(error)}) raise error