Skip to content

Commit

Permalink
Update bash example in docs for prompt tune (#1059)
Browse files Browse the repository at this point in the history
* Semver

* Update bash command
  • Loading branch information
AlonsoGuevara authored Aug 29, 2024
1 parent e023882 commit 6fc452b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .semversioner/next-release/patch-20240829222117086645.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "patch",
"description": "Update prompt tune command in docs"
}
2 changes: 1 addition & 1 deletion docsite/posts/prompt_tuning/auto_prompt_tuning.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Before running auto tuning make sure you have already initialized your workspace
You can run the main script from the command line with various options:

```bash
python -m graphrag.prompt_tune [--root ROOT] [--domain DOMAIN] [--method METHOD] [--limit LIMIT] [--language LANGUAGE] [--max-tokens MAX_TOKENS] [--chunk-size CHUNK_SIZE] [--no-entity-types] [--output OUTPUT]
python -m graphrag.prompt_tune [--root ROOT] [--domain DOMAIN] [--method METHOD] [--limit LIMIT] [--language LANGUAGE] [--max-tokens MAX_TOKENS] [--chunk-size CHUNK_SIZE] [--n-subset-max N_SUBSET_MAX] [--k K] [--min-examples-required MIN_EXAMPLES_REQUIRED] [--no-entity-types] [--output OUTPUT]
```

## Command-Line Options
Expand Down

0 comments on commit 6fc452b

Please sign in to comment.