From bd811bd622439248f5442951d28b873c6cdcc9c4 Mon Sep 17 00:00:00 2001 From: lvliang-intel Date: Thu, 19 Sep 2024 21:54:32 +0800 Subject: [PATCH] Add validate microservice details link (#852) Signed-off-by: lvliang-intel --- ChatQnA/docker_compose/intel/cpu/aipc/README.md | 3 +++ ChatQnA/docker_compose/intel/cpu/xeon/README.md | 3 +++ ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ChatQnA/docker_compose/intel/cpu/aipc/README.md b/ChatQnA/docker_compose/intel/cpu/aipc/README.md index 9b13d8185..83de79c77 100644 --- a/ChatQnA/docker_compose/intel/cpu/aipc/README.md +++ b/ChatQnA/docker_compose/intel/cpu/aipc/README.md @@ -171,6 +171,9 @@ OLLAMA_HOST=${host_ip}:11434 ollama run $OLLAMA_MODEL ### Validate Microservices +Follow the instructions to validate MicroServices. +For details on how to verify the correctness of the response, refer to [how-to-validate_service](../../hpu/gaudi/how_to_validate_service.md). + 1. TEI Embedding Service ```bash diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README.md b/ChatQnA/docker_compose/intel/cpu/xeon/README.md index d3540bcb8..a6e26c056 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README.md @@ -325,6 +325,9 @@ docker compose -f compose_vllm.yaml up -d ### Validate Microservices +Follow the instructions to validate MicroServices. +For details on how to verify the correctness of the response, refer to [how-to-validate_service](../../hpu/gaudi/how_to_validate_service.md). + 1. TEI Embedding Service ```bash diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md b/ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md index c11ab8e9f..bcdf7b3b8 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README_qdrant.md @@ -222,6 +222,9 @@ docker compose -f compose_qdrant.yaml up -d ### Validate Microservices +Follow the instructions to validate MicroServices. +For details on how to verify the correctness of the response, refer to [how-to-validate_service](../../hpu/gaudi/how_to_validate_service.md). + 1. TEI Embedding Service ```bash