diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/README_milvus.md b/ChatQnA/docker_compose/intel/cpu/xeon/README_milvus.md index b28895e25f..25d75f4270 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/README_milvus.md +++ b/ChatQnA/docker_compose/intel/cpu/xeon/README_milvus.md @@ -42,7 +42,6 @@ docker compose -f ./compose_milvus.yaml up -d It will automatically download the docker images on `docker hub`. - In following cases, you could build docker image from source by yourself. - Failed to download the docker image. @@ -51,7 +50,6 @@ In following cases, you could build docker image from source by yourself. Please refer to 'Build Docker Images' in below. - ## QuickStart: 3.Consume the ChatQnA Service ```bash diff --git a/ChatQnA/docker_compose/intel/cpu/xeon/set_env_milvus.sh b/ChatQnA/docker_compose/intel/cpu/xeon/set_env_milvus.sh index 19782bfd1e..4fac0c1bf5 100644 --- a/ChatQnA/docker_compose/intel/cpu/xeon/set_env_milvus.sh +++ b/ChatQnA/docker_compose/intel/cpu/xeon/set_env_milvus.sh @@ -1,3 +1,6 @@ +# Copyright (C) 2024 Intel Corporation +# SPDX-License-Identifier: Apache-2.0 + export host_ip=$(hostname -i) export DOCKER_VOLUME_DIRECTORY=$(~/tmp) export http_proxy=${http_proxy} @@ -8,4 +11,3 @@ export MILVUS_PORT=19530 export EMBEDDING_MODEL_ID="BAAI/bge-base-en-v1.5" export RERANK_MODEL_ID="BAAI/bge-reranker-base" export LLM_MODEL_ID="Intel/neural-chat-7b-v3-3" -