PageIndex/pageindex/config.yaml
Ray f995e6441e fix: restore config.yaml as the CLI config base
run_pageindex.py users configure indexing by editing pageindex/config.yaml;
dev silently ignored those edits. Restore the file and load it as the
IndexConfig base when present, CLI args winning — same merge semantics and
package-relative path as the pre-0.3 ConfigLoader. The SDK stays
explicit-args-only.
2026-07-13 19:28:39 +08:00

10 lines
No EOL
307 B
YAML

model: "gpt-4o-2024-11-20"
# model: "anthropic/claude-sonnet-4-6"
retrieve_model: "gpt-5.4" # defaults to `model` if not set
toc_check_page_num: 20
max_page_num_each_node: 10
max_token_num_each_node: 20000
if_add_node_id: "yes"
if_add_node_summary: "yes"
if_add_doc_description: "no"
if_add_node_text: "no"