32 lines
619 B
YAML
32 lines
619 B
YAML
version: 3
|
|
concurrency:
|
|
total_llm: 1
|
|
stage_workers:
|
|
extract: 1
|
|
output:
|
|
directory: ./notarius-output
|
|
cache:
|
|
chunk_plans:
|
|
directory: /var/cache/notarius/chunk-plans
|
|
mode: auto
|
|
checkpoints:
|
|
enabled: false
|
|
directory: /var/cache/notarius/checkpoints
|
|
debug:
|
|
directory: ./notarius-debug
|
|
pipelines:
|
|
dnd-session:
|
|
input: seriatim
|
|
references:
|
|
party: ./dnd-spells-roster.txt
|
|
glossary: ./dnd-spells-glossary.txt
|
|
chunk:
|
|
module: generic
|
|
options:
|
|
max_units: 50
|
|
artifacts:
|
|
spells:
|
|
extract:
|
|
module: dnd/spells
|
|
retries: 2
|