本仓库为远程超声诊断平台的统一代码仓库,包含前端、后端、AI质控模块以及专网实时通信中间件。 采用 Monorepo 结构管理,方便统一版本控制,支持针对不同医院/客户进行定制化开发。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
1.5 KiB

--- Testing Score Stability (Terminology Typo) ---
DEBUG: Running Rule Engine...
DEBUG: Fetching RAG Context...
DEBUG: Performing similarity search...
DEBUG: Similarity search finished.
DEBUG: Starting LLM Analysis...
DEBUG: Invoking LLM (glm-4-flash)...
DEBUG: LLM (glm-4-flash) response received in 3.87s.
DEBUG: Total QC processing time: 6.30s.
### 超声报告质控分析报告
#### ⚠️ 自动规则检测(高可靠):
- 【建议修正】术语错误:检测到'冥想异常',应修正为'异常回声'。
- 【建议修正】术语错误:检测到'冥想灶',应修正为'异常回声灶'。
- 【建议修正】术语错误:检测到'冥想',应修正为'异常回声'。
#### 🤖 AI 智能深度分析:
```json
{
"score": 97,
"issues": [
{
"original": "冥想",
"reason": "术语错误",
"suggestion": "回声",
"type": "术语瑕疵/错别字/标点规范"
}
],
"corrected_fields": {
"冥想": "回声"
}
}
```