| goose_mapreduce | R Documentation |
Map-reduce pattern for AI processing
goose_mapreduce(data, map_query, reduce_query, max_workers = 4)
data |
Input data |
map_query |
Query template for mapping |
reduce_query |
Query for reduction |
max_workers |
Maximum parallel workers |
Reduced result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.