• Joined on 2025-09-24
wangwei pushed to main at AIRegulation/AIRegulation-DocAnalysis 2026-08-06 11:09:54 +08:00
b2feaeddb4 update for mcp
31bbf80aeb feat: surface MCP server status in System Status page
73e79a610d docs: design spec for MCP status panel
49ee50c104 fix: harden MCP endpoint after code review
bd3dc38d1d feat: add MCP server module exposing search_regulations tool
Compare 16 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-07-03 15:34:58 +08:00
465845b2a1 feat(advisor-comparison): add 相比上次运行 panel to report detail page
f4016a1f09 feat(advisor-comparison): wire build_advisor_comparison into report_builder
86e3aef7d5 feat(advisor-comparison): add build_advisor_comparison diagnosis diffing
001fbb0b58 feat(advisor-comparison): add find_previous_run same-scenario lookup
9987573e02 feat(advisor-comparison): add AdvisorComparison models and ReportData field
Compare 30 commits »
wangwei pushed to main at AIRegulation/AIRegulation-DocAnalysis 2026-07-02 22:05:19 +08:00
beddc2d976 Merge pull request 'main-ruqi' (#1) from main-ruqi into main
52e67b0e7b Add LLM token
e3afb8a07a fix: normalize LLM provider key lookup and skip disabled HyDE ping (final review)
6a7fe48c4c fix: use dedicated error message for AI Models card load failure (Task 9 review)
0edbee07d5 fix: add distinct error state for AI Models card load failure (Task 9 review)
Compare 18 commits »
wangwei merged pull request AIRegulation/AIRegulation-DocAnalysis#1 2026-07-02 22:05:17 +08:00
main-ruqi
wangwei commented on pull request AIRegulation/AIRegulation-DocAnalysis#1 2026-07-02 22:05:02 +08:00
main-ruqi

123

wangwei created pull request AIRegulation/AIRegulation-DocAnalysis#1 2026-07-02 22:04:37 +08:00
main-ruqi
wangwei pushed to main-ruqi at AIRegulation/AIRegulation-DocAnalysis 2026-07-02 22:03:59 +08:00
52e67b0e7b Add LLM token
e3afb8a07a fix: normalize LLM provider key lookup and skip disabled HyDE ping (final review)
6a7fe48c4c fix: use dedicated error message for AI Models card load failure (Task 9 review)
0edbee07d5 fix: add distinct error state for AI Models card load failure (Task 9 review)
2ce4c8a289 feat: add AI Models card to Status page with connection test button
Compare 17 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-27 14:32:38 +08:00
9828b1d44c update
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-27 14:30:57 +08:00
1df4010acc fix(llm): resolve score runtime config from saved profiles
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-26 17:24:45 +08:00
754a30ad59 feat(session-async): add /api/score/session_async with incremental session report aggregation
wangwei pushed to main-ruqi at AIRegulation/AIRegulation-DocAnalysis 2026-06-26 15:04:16 +08:00
wangwei created branch main-ruqi in AIRegulation/AIRegulation-DocAnalysis 2026-06-26 15:04:16 +08:00
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-25 18:27:08 +08:00
e1751447df feat(advisor): add 0.85 advisory threshold triggering LLM suggestions
4fd515d2d9 feat: async score jobs — POST /api/score/async + 评分记录 page
abcd61ec8f docs: add async score jobs implementation plan
363e8b0f27 docs: add async score jobs design spec
b870ed8730 feat: make contexts optional in /api/score
Compare 7 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-24 09:39:53 +08:00
a781ba1e4a config: set default judge_model=gpt-5, embedding_model=text-embedding-3-small
2ad2c1ea9d docs: update /api/score example to use gpt-5.4 and text-embedding-3-small
f8e308b7dc fix: use max_tokens=8 for chat model connectivity test
fb420656ec fix: use /embeddings endpoint for embedding models in connectivity test
05419db1f9 fix: support max_completion_tokens for newer models (gpt-5.x) in connectivity test
Compare 14 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-22 15:34:06 +08:00
1bcb208f92 feat: Dify score API complete — add SCORE_API_TOKEN to .env.example
a03a24be4e feat: add POST /api/score endpoint for Dify real-time scoring
e4d4e4968b feat: add InlineScorer service with LLM client caching
761faf9c42 feat: add ScoreRequest/ScoreResponse models and SCORE_API_TOKEN setting
9ad6ad4ebc docs: add Dify score API implementation plan
Compare 23 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-16 18:13:10 +08:00
24956bbf75 更新
ca01e44ad2 feat(webapp): add session persistence via URL hash routing + sessionStorage
1a2cc534b8 feat(webapp): add optimization advice section to report UI
91c0dab4f9 fix(advisor): fix LLM API call, wire advice_markdown to webapp, update .env.example timeouts
f5c2dce64a feat(advisor): add optimization advisor module
Compare 15 commits »
wangwei pushed to main at AIRegulation/siemens_ragas 2026-06-16 10:32:21 +08:00
1ff4a3943a feat(dataset-builder): add retry logic and ASCII-safe logging for Siemens PDF pipeline
75ae7927ad Add Siemens CT document evaluation scenario (three-step pipeline)
1288a366d1 Fix start.bat (ASCII-only, guaranteed window stays open) + add start.ps1
e89695e490 Add RAGAS evaluation web console (FastAPI + vanilla JS)
Compare 4 commits »
wangwei pushed to main at AIRegulation/AIRegulation-DocAnalysis 2026-06-10 11:11:34 +08:00
9212747e1b update for 1. 优化 2.中英切换
wangwei pushed to main at AIRegulation/AIRegulation-DocAnalysis 2026-06-08 11:17:13 +08:00
e7963b267e fix somethings
wangwei pushed to main at AIRegulation/AIRegulation-DocAnalysis 2026-06-05 18:01:11 +08:00
9fea9c6a53 1. Add 登陆功能