From f586bc6f7f773af69612477cccc8a080d7c47347 Mon Sep 17 00:00:00 2001 From: Igor Ilic Date: Tue, 5 Aug 2025 20:27:25 +0200 Subject: [PATCH] fix: Resolve baml import issue --- .../baml/baml_src/extraction/extract_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/extract_summary.py b/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/extract_summary.py index 3ccc8f817..efedb0f02 100644 --- a/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/extract_summary.py +++ b/cognee/infrastructure/llm/structured_output_framework/baml/baml_src/extraction/extract_summary.py @@ -5,7 +5,7 @@ from baml_py import ClientRegistry from cognee.shared.logging_utils import get_logger from cognee.shared.data_models import SummarizedCode from cognee.infrastructure.llm.structured_output_framework.baml.baml_client.async_client import b -from cognee.infrastructure.llm.structured_output_framework.baml_src.config import get_llm_config +from cognee.infrastructure.llm.config import get_llm_config config = get_llm_config()