mirror of
https://github.com/microsoft/graphrag.git
synced 2025-09-27 09:09:22 +00:00
Update bash example in docs for prompt tune (#1059)
* Semver * Update bash command
This commit is contained in:
parent
e023882033
commit
6fc452b954
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"type": "patch",
|
||||||
|
"description": "Update prompt tune command in docs"
|
||||||
|
}
|
@ -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:
|
You can run the main script from the command line with various options:
|
||||||
|
|
||||||
```bash
|
```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
|
## Command-Line Options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user