Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 7, 2024
1 parent 99be3c4 commit 183af0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ChatQnA/docker_compose/intel/cpu/xeon/README_milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion ChatQnA/docker_compose/intel/cpu/xeon/set_env_milvus.sh
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -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"

0 comments on commit 183af0e

Please sign in to comment.