change rebuild logic

This commit is contained in:
yichuan520030910320
2025-08-03 20:54:52 -07:00
parent 7ad2ec39d6
commit baf70dc411
2 changed files with 5 additions and 6 deletions

View File

@@ -179,7 +179,7 @@ All RAG examples share these common parameters. **Interactive mode** is availabl
# Core Parameters (General preprocessing for all examples)
--index-dir DIR # Directory to store the index (default: current directory)
--query "YOUR QUESTION" # Single query mode. Omit for interactive chat (type 'quit' to exit)
--max-items N # Limit data preprocessing (default: 1000 items, use -1 to process all data)
--max-items N # Limit data preprocessing (default: -1, process all data)
--force-rebuild # Force rebuild index even if it exists
# Embedding Parameters