From ac9135b26dcdbf265e3cea4f132f6a2e90bb4843 Mon Sep 17 00:00:00 2001 From: "Wang, Xigui" Date: Fri, 6 Sep 2024 17:26:22 +0800 Subject: [PATCH 1/2] Update ChatQnA README.md Add pull docker images from docker hub Signed-off-by: Wang, Xigui --- ChatQnA/docker/xeon/README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ChatQnA/docker/xeon/README.md b/ChatQnA/docker/xeon/README.md index a28128da0..5e4f23efb 100644 --- a/ChatQnA/docker/xeon/README.md +++ b/ChatQnA/docker/xeon/README.md @@ -57,6 +57,32 @@ chaqna-xeon-ui-server Port 5173 - Open to 0.0.0.0/0 ``` +You can pull ChatQnA and components docker images form docker hub or build images from source code. + +## 🚀 Pull docker images + +```bash +docker pull opea/dataprep-redis:latest +docker pull opea/embedding-tei:latest +docker pull opea/retriever-redis:latest +docker pull opea/reranking-tei:latest +docker pull opea/chatqna:latest +docker pull opea/chatqna-ui:latest +``` + + +### Use TGI as backend +``` +docker pull opea/llm-tgi:latest +``` +### Use vLLM as backend +``` +docker pull opea/vllm:latest +docker pull opea/llm-vllm:latest +``` + +Go to [Section Check Docker Images)](#Check-Docker-Images) + ## 🚀 Build Docker Images First of all, you need to build Docker Images locally and install the python package of it. @@ -164,6 +190,8 @@ docker build --no-cache -t opea/chatqna-conversation-ui:latest --build-arg https cd ../../../.. ``` +## Check Docker Images + Then run the command `docker images`, you will have the following 7 Docker Images: 1. `opea/dataprep-redis:latest` From 0518800400a12c7f64c9680721761aa246ca42f7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 09:42:55 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- ChatQnA/docker/xeon/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChatQnA/docker/xeon/README.md b/ChatQnA/docker/xeon/README.md index 5e4f23efb..f37bed00c 100644 --- a/ChatQnA/docker/xeon/README.md +++ b/ChatQnA/docker/xeon/README.md @@ -70,12 +70,14 @@ docker pull opea/chatqna:latest docker pull opea/chatqna-ui:latest ``` - ### Use TGI as backend + ``` docker pull opea/llm-tgi:latest ``` + ### Use vLLM as backend + ``` docker pull opea/vllm:latest docker pull opea/llm-vllm:latest