690606:1408 ADR-035-135 #04
CI / CD Pipeline / deploy (push) Has been cancelled
CI / CD Pipeline / build (push) Has been cancelled

This commit is contained in:
2026-06-06 14:08:57 +07:00
parent e3e0de66e9
commit de4201d7d3
@@ -440,6 +440,10 @@ export class AiBatchProcessor extends WorkerHost {
JSON.stringify(masterDataContext, null, 2)
);
this.logger.debug(
`Prompt stats: OCR=${ocrTextSafe.length} chars, MasterData=${JSON.stringify(masterDataContext, null, 2).length} chars, Total=${resolvedPrompt.length} chars`
);
const response = await this.ollamaService.generate(resolvedPrompt, {
timeoutMs: 120000,
});