增加了智能问答界面的链接
This commit is contained in:
parent
37f0228c37
commit
6a087d217a
|
|
@ -83,7 +83,8 @@ ollama pull qwen3-embedding:8b # Embedding模型,用于向量化
|
|||
|
||||
4. **访问配置管理界面**:
|
||||
服务启动后,可以通过以下方式访问配置管理界面:
|
||||
- **配置管理界面**: http://localhost:8001/static/config (端口可通过 API_PORT 配置)
|
||||
- **配置管理界面**: http://localhost:8001/config (端口可通过 API_PORT 配置)
|
||||
- **智能问答界面**: http://localhost:8001/chat (端口可通过 API_PORT 配置)
|
||||
- **API 文档**: http://localhost:8001/docs
|
||||
- **健康检查**: http://localhost:8001/health
|
||||
- **系统统计**: http://localhost:8001/stats
|
||||
|
|
|
|||
Loading…
Reference in New Issue