File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ graphrag prompt-tune [--root ROOT] [--config CONFIG] [--domain DOMAIN] [--selec
58
58
``` bash
59
59
python -m graphrag prompt-tune --root /path/to/project --config /path/to/settings.yaml --domain " environmental news" \
60
60
--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
62
62
```
63
63
64
64
or, with minimal configuration (suggested):
65
65
66
66
``` 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
68
68
```
69
69
70
70
## Document Selection Methods
You can’t perform that action at this time.
0 commit comments