Increase fast mode timeout to 60 seconds and deep mode timeout to 300 seconds, then align README timing expectations to the updated runtime budgets.
Made-with: Cursor
Replace old function app URLs with the aisousuogongdan webapp routes and update deployment commands to reflect Azure Web App zip deployment.
Made-with: Cursor
Use /search/stream as the single entry for both fast and deep modes via request params, suppress COT events in fast mode while keeping deep COT, and return 410 for deprecated /search.
Made-with: Cursor
Disable /search/stream in Function runtime with a 501 guidance response, keep streaming on always-on FastAPI service, and update README with the new deployment and routing model.
Made-with: Cursor
Simplify fast mode to a single-round direct query flow with up to three page reads and disabled rerank/KG/retry steps, then update README to document the low-latency fast-mode behavior.
Made-with: Cursor
Document fast/deep search modes in README, enforce strict 30s/120s timeout behavior with 504 responses, and cap Jina search hits to 10 while exposing richer SSE process events for frontend interaction.
Made-with: Cursor