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 77ca746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "compass-sdk"
version = "0.11.0"
version = "0.11.1"
authors = []
description = "Compass SDK"
readme = "README.md"
Expand Down

0 comments on commit 77ca746

Please sign in to comment.