When processing fields with large amounts of content (e.g., over 2000 tokens), the summarization process is significantly slowed down, even when utilizing high-performance Language Models (LLMs).
The preferred solution is to utilize pre-summarized fields if available. If not, the module should provide an option to batch-process summarizations, improving performance for large fields.
Fixed
1.0
Code