We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e53da commit be90c94Copy full SHA for be90c94
dspy/primitives/program.py
@@ -94,7 +94,7 @@ def batch(
94
Processes a list of dspy.Example instances in parallel using the Parallel module.
95
96
:param examples: List of dspy.Example instances to process.
97
- :param batch_size: Number of threads to use for parallel processing.
+ :param num_threads: Number of threads to use for parallel processing.
98
:param max_errors: Maximum number of errors allowed before stopping execution.
99
:param return_failed_examples: Whether to return failed examples and exceptions.
100
:param provide_traceback: Whether to include traceback information in error logs.
0 commit comments