(improvement)(doc) update readme

This commit is contained in:
jolunoluo
2023-09-26 17:45:33 +08:00
parent 9e0abc60be
commit d30fe53ef3
2 changed files with 3 additions and 3 deletions

View File

@@ -49,10 +49,10 @@ The high-level architecture and main process flow is as follows:
SuperSonic comes with sample semantic models as well as chat conversations that can be used as a starting point. Please follow the steps:
- Download the latest prebuilt binary from the [release page](https://github.com/tencentmusic/supersonic/releases)
- Run script "bin/start-standalone.sh" to start services (one java process and one python process)
- Run script "bin/supersonic-daemon.sh" to start services (one java process and one python process)
- Visit http://localhost:9080 in the browser to start exploration
## Build and Delopment
## Build and Development
Please refer to project [wiki](https://github.com/tencentmusic/supersonic/wiki).

View File

@@ -47,7 +47,7 @@
超音数自带样例的语义模型和问答对话,只需以下三步即可快速体验:
- 从[release page](https://github.com/tencentmusic/supersonic/releases)下载预先构建好的发行包
- 运行 "bin/start-standalone.sh"启动服务一个Java进程和一个Python进程
- 运行 "bin/supersonic-daemon.sh"启动服务一个Java进程和一个Python进程
- 在浏览器访问http://localhost:9080 开启探索
## 如何构建和部署