Skip to content

Commit

Permalink
Bug fix for issue opea-project#881 (opea-project#882)
Browse files Browse the repository at this point in the history
Signed-off-by: srinarayan-srikanthan <srinarayan.srikanthan@intel.com>
  • Loading branch information
srinarayan-srikanthan authored Sep 27, 2024
1 parent 75df2c9 commit 2de1bfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ChatQnA/docker_compose/intel/cpu/xeon/set_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export LLM_MODEL_ID="Intel/neural-chat-7b-v3-3"
export TEI_EMBEDDING_ENDPOINT="http://${host_ip}:6006"
export TEI_RERANKING_ENDPOINT="http://${host_ip}:8808"
export TGI_LLM_ENDPOINT="http://${host_ip}:9009"
export vLLM_LLM_ENDPOINT="http://${host_ip}:9009"
export REDIS_URL="redis://${host_ip}:6379"
export INDEX_NAME="rag-redis"
export REDIS_HOST=${host_ip}
Expand Down

0 comments on commit 2de1bfc

Please sign in to comment.