We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae6871 commit d482554Copy full SHA for d482554
ChatQnA/docker_compose/intel/cpu/aipc/set_env.sh
@@ -17,7 +17,7 @@ if [ -z "${host_ip}" ]; then
17
echo "Error: host_ip is not set. Please set host_ip first."
18
fi
19
20
-export HUGGINGFACEHUB_API_TOKEN=${your_hf_api_token}
+export HUGGINGFACEHUB_API_TOKEN=${HUGGINGFACEHUB_API_TOKEN}
21
export EMBEDDING_MODEL_ID="BAAI/bge-base-en-v1.5"
22
export RERANK_MODEL_ID="BAAI/bge-reranker-base"
23
export INDEX_NAME="rag-redis"
0 commit comments