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
5858``` bash
5959python -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
6464or, 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
You can’t perform that action at this time.
0 commit comments