diff --git a/posts/prompt_tuning/auto_prompt_tuning/index.html b/posts/prompt_tuning/auto_prompt_tuning/index.html index 13225f77..c0d16895 100644 --- a/posts/prompt_tuning/auto_prompt_tuning/index.html +++ b/posts/prompt_tuning/auto_prompt_tuning/index.html @@ -306,6 +306,9 @@ a {
--config (required): The path to the configuration file. This is required to load the data and model settings.
--root (optional): The data project root directory, including the config files (YML, JSON, or .env). Defaults to the current directory.
python -m graphrag.prompt_tune --root /path/to/project --domain "environmental news" --method random --limit 10 --language English --max-tokens 2048 --chunk-size 256 --no-entity-types --output /path/to/output
+ python -m graphrag.prompt_tune --root /path/to/project --config /path/to/settings.yaml --domain "environmental news" --method random --limit 10 --language English --max-tokens 2048 --chunk-size 256 --no-entity-types --output /path/to/output
- or, with minimal configuration (suggested):
python -m graphrag.prompt_tune --root /path/to/project --no-entity-types
+ python -m graphrag.prompt_tune --root /path/to/project --config /path/to/settings.yaml --no-entity-types
-