mirror of
https://github.com/VectifyAI/PageIndex.git
synced 2026-06-06 19:35:41 +02:00
fix default params
This commit is contained in:
parent
277bcb9512
commit
3c770d833f
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ if __name__ == "__main__":
|
|||
parser.add_argument('--if-add-node-text', type=str, default='no',
|
||||
help='Whether to add text to the node')
|
||||
# Markdown specific arguments
|
||||
parser.add_argument('--if-thinning', type=str, default='yes',
|
||||
parser.add_argument('--if-thinning', type=str, default='no',
|
||||
help='Whether to apply tree thinning for markdown (markdown only)')
|
||||
parser.add_argument('--thinning-threshold', type=int, default=5000,
|
||||
help='Minimum token threshold for thinning (markdown only)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue