Fill Descendants

From Grooper Wiki
Revision as of 13:54, 4 March 2025 by Dgreenwood (talk | contribs) (Created page with "{{AutoVersion}} '''''COMING SOON IN VERSION 2025!!''''' '''''Fill Descendants''''' is a Fill Method that executes any Fill Methods on child Data Elements in parallel. This has been shown to dramatically increase efficiency on larger Data Models with multiple Data Sections using AI Extract. This Fill Method will use multiple threads to perform "prefetch operations" on child Data Element's Fill Methods. In the case of AI Extract the long-running LLM completion oper...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This article is about the current version of Grooper.

Note that some content may still need to be updated.

2025

COMING SOON IN VERSION 2025!!


Fill Descendants is a Fill Method that executes any Fill Methods on child Data Elements in parallel. This has been shown to dramatically increase efficiency on larger Data Models with multiple Data Sections using AI Extract.

This Fill Method will use multiple threads to perform "prefetch operations" on child Data Element's Fill Methods. In the case of AI Extract the long-running LLM completion operations are performed during prefetch. This allows many LLM completion operations to be performed in parallel, and can significantly reduce extraction time when dealing with large, complex Data Models.