diff --git a/README.md b/README.md index e5bc8f498..27cf84e5c 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,12 @@ The high-level architecture and main process flow is as follows: ### Online playground Visit http://117.72.46.148:9080 to register and experience as a new user. Please do not modify system configurations. We will restart to reset configurations regularly every weekend. +### Docker Deployment +- Install Docker and docker-compose. +- Download the docker-compose.yml file; Execute https://raw.githubusercontent.com/tencentmusic/supersonic/master/docker/docker-compose.yml. +- Execute "docker-compose up -d". +- Open a browser and visit http://localhost:9080 to start exploring. + ### Local build SuperSonic comes with sample semantic models as well as chat conversations that can be used as a starting point. Please follow the steps: diff --git a/README_CN.md b/README_CN.md index 9f21bc28f..431d00240 100644 --- a/README_CN.md +++ b/README_CN.md @@ -59,6 +59,12 @@ SuperSonic的整体架构和主流程如下图所示: ### 线上环境体验 访问http://117.72.46.148:9080 注册新用户体验. 请勿修改系统配置。我们每周末定期重启重置配置。 +### Docker部署 +- 安装好Docker以及docker-compose +- 下载docker-compose.yml;执行命令:wget https://raw.githubusercontent.com/tencentmusic/supersonic/master/docker/docker-compose.yml +- 执行:"docker-compose up -d" +- 在浏览器访问http://localhost:9080 开启探索 + ### 本地构建 SuperSonic自带样例的语义模型和问答对话,只需以下三步即可快速体验: diff --git a/README_JP.md b/README_JP.md index f0b372a8b..bebfd7376 100644 --- a/README_JP.md +++ b/README_JP.md @@ -56,6 +56,12 @@ ChatGPTのような大規模言語モデル(LLM)の出現は、情報検索 ### オンラインプレイグラウンド http://117.72.46.148:9080 にアクセスして、新規ユーザーとして登録して体験してください。システム設定を変更しないでください。毎週末に定期的に再起動して設定をリセットします。 +### Dockerのデプロイメント +- Dockerおよびdocker-composeをインストールします。 +- docker-compose.ymlファイルをダウンロードします。コマンドを実行します:wget https://raw.githubusercontent.com/tencentmusic/supersonic/master/docker/docker-compose.yml。 +- docker-compose up -dを実行します。 +- ブラウザを開いてhttp://localhost:9080にアクセスし、探索を開始します。 + ### ローカルビルド SuperSonicには、サンプルのセマンティックモデルとチャット会話が付属しており、以下の手順で簡単に体験できます: