NAC_Blockchain/nac-ai-valuation/valuation-ui/README.md

37 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# NAC AI 估值问答界面
**部署地址**https://valuation.newassetchain.io
## 功能说明
本模块是 `nac-ai-valuation` 的前端问答界面,运行在 AI 服务器43.224.155.27)的 `:3005` 端口。
### 核心功能
- **AI 估值问答**:支持多轮对话,集中于资产估值相关问答
- **SSE 流式输出**:实时流式显示 AI 回答
- **XTZH 实时价格**:顶部显示当前 XTZH/USD 价格SDR 锚定)
- **多辖区支持**:香港、新加坡、阿联酋、美国、英国、日本、中国、澳洲、德国
- **多资产类型**:不动产、金融资产、艺术品、大宗商品、知识产权、股权
- **Markdown 渲染**:支持表格、标题、列表、引用块等格式
- **多语言**中文、English、العربية、日本語、한국어
### 架构
```
前端 (index.html) → Node.js 代理 (server.js:3005) → 估值引擎 (nac-ai-valuation:3003)
→ 推理引擎 (nac-ai-inference:3001)
```
### 部署
```bash
cd /opt/nac-valuation-ui
npm install --production
PORT=3005 pm2 start server.js --name nac-valuation-ui
```
### 版本历史
- v1.0.0 (2026-03-05)初始版本SSE 流式输出 + Markdown 渲染修复