v0.9: parallelize phase4 and add model/search playbooks
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
用法:
|
||||
uv run python scripts/build_glossary.py <project_slug>
|
||||
uv run python scripts/build_glossary.py <project_slug> --workers 6
|
||||
uv run python scripts/build_glossary.py <project_slug> --workers 4
|
||||
uv run python scripts/build_glossary.py <project_slug> --only "Mabwell,Maywavee"
|
||||
uv run python scripts/build_glossary.py <project_slug> --force
|
||||
|
||||
@@ -184,7 +184,7 @@ def main() -> int:
|
||||
)
|
||||
parser.add_argument("--model", default=DEFAULT_MODEL, help="LLM 模型")
|
||||
parser.add_argument(
|
||||
"--workers", type=int, default=6, help="并发度(默认 6,Exa 限速 5 QPS)"
|
||||
"--workers", type=int, default=4, help="并发度(默认 4;网络不稳时建议降到 3)"
|
||||
)
|
||||
parser.add_argument(
|
||||
"--force", action="store_true",
|
||||
|
||||
Reference in New Issue
Block a user