config(example): increase extract-entities max_tokens to 8000
Chapters with many pre-existing entities were still truncating at 6000 tokens because the LLM needs space to output the full list of candidates even when most are skipped. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -45,7 +45,7 @@ pipeline:
|
||||
output_dir: output/entities
|
||||
output_macro: entities
|
||||
split_entities: true
|
||||
max_tokens: 6000
|
||||
max_tokens: 8000
|
||||
macros:
|
||||
extraction_rules: artifacts/guidelines/extraction-rules.md
|
||||
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
||||
|
||||
Reference in New Issue
Block a user