Skip to content

Commit a398cc3

Browse files
Update command to use no-discover-entity-types (#2038)
"no-entity-types" is an incorrect configuration parameter. Co-authored-by: Alonso Guevara <[email protected]>
1 parent ac95c91 commit a398cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/prompt_tuning/auto_prompt_tuning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ graphrag prompt-tune [--root ROOT] [--config CONFIG] [--domain DOMAIN] [--selec
5858
```bash
5959
python -m graphrag prompt-tune --root /path/to/project --config /path/to/settings.yaml --domain "environmental news" \
6060
--selection-method random --limit 10 --language English --max-tokens 2048 --chunk-size 256 --min-examples-required 3 \
61-
--no-entity-types --output /path/to/output
61+
--no-discover-entity-types --output /path/to/output
6262
```
6363

6464
or, with minimal configuration (suggested):
6565

6666
```bash
67-
python -m graphrag prompt-tune --root /path/to/project --config /path/to/settings.yaml --no-entity-types
67+
python -m graphrag prompt-tune --root /path/to/project --config /path/to/settings.yaml --no-discover-entity-types
6868
```
6969

7070
## Document Selection Methods

0 commit comments

Comments
 (0)