From 08d8aae042eca22e54338a3057e4acc0b6012178 Mon Sep 17 00:00:00 2001 From: Bennu Date: Thu, 21 Oct 2021 17:38:49 +0800 Subject: [PATCH] modify QA README Signed-off-by: Bennu --- solutions/question_answering_system/quick_deploy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solutions/question_answering_system/quick_deploy/README.md b/solutions/question_answering_system/quick_deploy/README.md index 74547cf24..904114475 100644 --- a/solutions/question_answering_system/quick_deploy/README.md +++ b/solutions/question_answering_system/quick_deploy/README.md @@ -54,6 +54,8 @@ The next step is to start the system server. It provides HTTP backend services, - **Run Docker** + > This image qa-chatbot-server:v1 is based Milvus2.0-rc3, if you want to use docker to start the Q&A server with Milvus2.0-rc5, please use the Dockerfile to build a new qa-chatbot image. + ``` $ docker run -d \ -p 8000:8000 \