From 7eaab93d0b892ae02cf20bf95a769d22dde47238 Mon Sep 17 00:00:00 2001 From: Letong Han <106566639+letonghan@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:20:20 +0800 Subject: [PATCH] [Doc] Refine ChatQnA README (#855) Signed-off-by: letonghan --- ChatQnA/README.md | 4 ++-- ChatQnA/docker_compose/intel/cpu/xeon/README.md | 4 ++-- ChatQnA/docker_compose/intel/hpu/gaudi/README.md | 4 ++-- ChatQnA/docker_compose/nvidia/gpu/README.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChatQnA/README.md b/ChatQnA/README.md index f01e252a5..3afb751ad 100644 --- a/ChatQnA/README.md +++ b/ChatQnA/README.md @@ -72,9 +72,9 @@ docker pull opea/chatqna-ui:latest In following cases, you could build docker image from source by yourself. -- Failed to download the docker image. +- Failed to download the docker image. (The essential Docker image `opea/nginx` has not yet been released, users need to build this image first) -- Use the latest or special version. +- If you want to use a specific version of Docker image. Please refer to the 'Build Docker Images' in [Guide](docker_compose/intel/cpu/xeon/README.md). diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README.md b/ChatQnA/docker_compose/intel/cpu/xeon/README.md index 3bab9a935..4353583c7 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README.md @@ -49,9 +49,9 @@ docker pull opea/chatqna-ui:latest In following cases, you could build docker image from source by yourself. -- Failed to download the docker image. +- Failed to download the docker image. (The essential Docker image `opea/nginx` has not yet been released, users need to build this image first) -- Use the latest or special version. +- If you want to use a specific version of Docker image. Please refer to 'Build Docker Images' in below. diff --git a/ChatQnA/docker_compose/intel/hpu/gaudi/README.md b/ChatQnA/docker_compose/intel/hpu/gaudi/README.md index 82df9f37d..bd5a79085 100644 --- a/ChatQnA/docker_compose/intel/hpu/gaudi/README.md +++ b/ChatQnA/docker_compose/intel/hpu/gaudi/README.md @@ -50,9 +50,9 @@ docker pull opea/chatqna-ui:latest In following cases, you could build docker image from source by yourself. -- Failed to download the docker image. +- Failed to download the docker image. (The essential Docker image `opea/nginx` has not yet been released, users need to build this image first) -- Use the latest or special version. +- If you want to use a specific version of Docker image. Please refer to 'Build Docker Images' in below. diff --git a/ChatQnA/docker_compose/nvidia/gpu/README.md b/ChatQnA/docker_compose/nvidia/gpu/README.md index 01cd98814..8df3dbf80 100644 --- a/ChatQnA/docker_compose/nvidia/gpu/README.md +++ b/ChatQnA/docker_compose/nvidia/gpu/README.md @@ -50,9 +50,9 @@ docker pull opea/chatqna-ui:latest In following cases, you could build docker image from source by yourself. -- Failed to download the docker image. +- Failed to download the docker image. (The essential Docker image `opea/nginx` has not yet been released, users need to build this image first) -- Use the latest or special version. +- If you want to use a specific version of Docker image. Please refer to 'Build Docker Images' in below.