Fill Descendants: Difference between revisions

From Grooper Wiki
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..."
(No difference)

Revision as of 13:54, 4 March 2025

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.