Commit Graph
10 Commits
Author SHA1 Message Date
TetrisGGBOBot 47db19d658 chore: extend fast and deep timeout budgets
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
2026-03-31 14:55:39 +00:00
TetrisGGBOBot 3d16119e35 docs: update README to new webapp endpoints
Replace old function app URLs with the aisousuogongdan webapp routes and update deployment commands to reflect Azure Web App zip deployment.

Made-with: Cursor
2026-03-31 14:47:17 +00:00
TetrisGGBOBot 8e986a7bb4 refactor: unify stream API and remove sync search endpoint
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
2026-03-31 14:14:48 +00:00
TetrisGGBOBot bd8698f447 refactor: split streaming endpoint from Azure Functions
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
2026-03-31 13:48:51 +00:00
TetrisGGBOBot 2718036501 feat: optimize fast mode with minimal search path
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
2026-03-31 12:54:50 +00:00
TetrisGGBOBot 6ef52a410c feat: add fast/deep time budgets and COT streaming events
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
2026-03-31 12:21:17 +00:00
TetrisGGBOBot 6f0265c1c2 docs: v2.0 README 完整重写 - 包含12项核心能力、部署指南、API文档 2026-03-30 16:55:58 +00:00
TetrisGGBOBot 2ac82cf89b feat: 12项能力全实现 - Redis缓存/多轮LLM规划/多语言扩展/Jina重排/KG提取/置信度重搜/Token流式/引用可信度/追问建议/异步Job/Webhook/历史记忆 2026-03-30 16:46:26 +00:00
TetrisGGBOBot 279ffe98f4 feat: Jina Search + 多轮规划反思 + SSE流式 + Azure Functions 部署 2026-03-30 16:20:47 +00:00
xiaohei 9ed6397dbc Initial AI search agent 2026-03-27 17:06:54 +08:00