From 7b2194f71c875d819b1a8e9b0f64a3a073f7767e Mon Sep 17 00:00:00 2001 From: Huiling Bao Date: Wed, 11 Sep 2024 20:00:44 +0800 Subject: [PATCH] Update invalid link (#786) Signed-off-by: BaoHuiling --- VideoRAGQnA/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VideoRAGQnA/README.md b/VideoRAGQnA/README.md index ed5066221..e3b9dded9 100644 --- a/VideoRAGQnA/README.md +++ b/VideoRAGQnA/README.md @@ -102,6 +102,6 @@ By default, the embedding and LVM models are set to a default value as listed be ### Deploy VideoRAGQnA on Xeon -For full instruction of deployment, please check [Guide](docker/xeon/README.md) +For full instruction of deployment, please check [Guide](docker_compose/intel/cpu/xeon/README.md) -Currently we support deploying VideoRAGQnA services with docker compose, using the docker images `built from source`. Find the corresponding [compose.yaml](./docker/xeon/compose.yaml). +Currently we support deploying VideoRAGQnA services with docker compose, using the docker images `built from source`. Find the corresponding [compose.yaml](docker_compose/intel/cpu/xeon/compose.yaml).