Skip to content

Commit

Permalink
docs: change the limit for the compare batch size
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 28, 2024
1 parent 32cd39d commit f4589f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/operators/resolve.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit f4589f6

Please sign in to comment.