Skip to content

Commit

Permalink
Reduce num_worker to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-cohere committed Dec 20, 2024
1 parent c3b7d9a commit 6f8b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cohere/compass/clients/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def __init__(
metadata_config: MetadataConfig = MetadataConfig(),
username: Optional[str] = None,
password: Optional[str] = None,
num_workers: int = 4,
num_workers: int = 1,
):
"""
Initialize the CompassParserClient.
Expand Down

0 comments on commit 6f8b1db

Please sign in to comment.