From 91efb73a29bf8bc9f004c9b1a6fd6e2bbb7ce393 Mon Sep 17 00:00:00 2001 From: AkshatMekol <83553564+AkshatMekol@users.noreply.github.com> Date: Sun, 23 Nov 2025 10:17:48 +0530 Subject: [PATCH] Update config.py --- utils/config.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/config.py b/utils/config.py index 95e1031..7143ba5 100644 --- a/utils/config.py +++ b/utils/config.py @@ -25,8 +25,9 @@ EMBEDDING_DIM = 384 BATCH_SIZE = 512 -MAX_PROCESSES_GROQ = 15 -MAX_PROCESSES_DEEPSEEK = 25 +MAX_PROCESSES_GROQ = 5 +MAX_PROCESSES_DEEPSEEK = 10 +PDF_BATCH_SIZE = 20 GROQ_OCR_PROMPT = """ Extract all text from this scanned page exactly as it appears on the page.