You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help=f"Maximum number of items to process (default: {max_items_default}, -1 for all)",
58
+
help="Maximum number of items to process -1 for all, means index all documents, and you should set it to a reasonable number if you have a large dataset and try at the first time)",
59
59
)
60
60
core_group.add_argument(
61
61
"--force-rebuild", action="store_true", help="Force rebuild index even if it exists"
0 commit comments