fix email wrong -1 to process all file

This commit is contained in:
yichuan520030910320
2025-08-03 22:27:04 -07:00
parent 568cf597f4
commit 87c930d705
7 changed files with 73 additions and 25 deletions

View File

@@ -109,7 +109,7 @@ class BaseRAGExample(ABC):
search_group.add_argument(
"--search-complexity",
type=int,
default=64,
default=32,
help="Search complexity for graph traversal (default: 64)",
)