From f4589f6e2c72e660fe36b02328b94b13e0b16226 Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Sun, 27 Oct 2024 19:21:59 -0700 Subject: [PATCH] docs: change the limit for the compare batch size --- docs/operators/resolve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operators/resolve.md b/docs/operators/resolve.md index f9d24965..72f01065 100644 --- a/docs/operators/resolve.md +++ b/docs/operators/resolve.md @@ -122,7 +122,7 @@ After determining eligible pairs for comparison, the Resolve operation uses a Un | `blocking_conditions` | List of conditions for initial blocking | [] | | `input` | Specifies the schema or keys to subselect from each item to pass into the prompts | All keys from input items | | `embedding_batch_size` | The number of entries to send to the embedding model at a time | 1000 | -| `compare_batch_size` | The number of entity pairs processed in each batch during the comparison phase | 100 | +| `compare_batch_size` | The number of entity pairs processed in each batch during the comparison phase | 500 | | `limit_comparisons` | Maximum number of comparisons to perform | None | | `timeout` | Timeout for each LLM call in seconds | 120 | | `max_retries_per_timeout` | Maximum number of retries per timeout | 2 |