Learn how to use the Queue service to handle complex workflows that might timeout or become unwieldy
Note: The easiest way to set up this pattern is to put your producer on a scheduled trigger. Every time it runs it will get a new batch of jobs. Of course, it’ll also be running when you have no jobs, but that’ll be a simple check and done. The more advanced way to set this up is by creating batch jobs via the Queue service, where the aggregator is set to run on batch done.
/pdf-splitter
skill to split your large document into smaller chunks; each chunk will be deposited into the Filestore collection of your choice./pdf-analysis
or LLM of your choice to process the chunk with an LLM