Update set_env.sh to fix LOGFLAG warning (#1319)

This commit is contained in:
Ying Hu
2024-12-30 10:54:26 +08:00
committed by GitHub
parent b9790d809b
commit 597f17b979
3 changed files with 9 additions and 0 deletions

View File

@@ -11,3 +11,6 @@ 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"
export INDEX_NAME="rag-redis"
# Set it as a non-null string, such as true, if you want to enable logging facility,
# otherwise, keep it as "" to disable it.
export LOGFLAG=""