# 2. 查看索引状态 curl http://localhost:8000/index_status # 3. 增量更新(有新文件时) curl -X POST "http://localhost:8000/update_index" # 4. 使用深度分析完全重建索引(耗时较长) curl -X POST "http://localhost:8000/rebuild_index?deep_analysis=true&force=true"