From bb440acd7eefdd1a6d1bac600a4f36bb25c3a7cb Mon Sep 17 00:00:00 2001 From: Katon Minhas Date: Mon, 2 Feb 2026 21:54:50 -0500 Subject: [PATCH] Correct reference --- .../shared/preprocessing/hybrid_smart_chunking_funcs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipelines/shared/preprocessing/hybrid_smart_chunking_funcs.py b/src/pipelines/shared/preprocessing/hybrid_smart_chunking_funcs.py index b2bff65..2bdf736 100644 --- a/src/pipelines/shared/preprocessing/hybrid_smart_chunking_funcs.py +++ b/src/pipelines/shared/preprocessing/hybrid_smart_chunking_funcs.py @@ -19,6 +19,7 @@ import src.utils.string_utils as string_utils import src.utils.timing_utils as timing_utils import src.pipelines.shared.preprocessing.preprocessing_funcs as preprocessing_funcs import src.pipelines.shared.preprocessing.hybrid_smart_chunking_preprocessing as hybrid_smart_chunking_preprocessing +from src.pipelines.saas.prompts.prompt_calls import prompt_hsc_single_field from src import config from src.prompts import prompt_templates from src.prompts.fieldset import FieldSet