Revert hf_token setting (#226)

Signed-off-by: chensuyue <suyue.chen@intel.com>
This commit is contained in:
chen, suyue
2024-05-30 23:12:03 +08:00
committed by GitHub
parent d659c04a68
commit 7eb402e95b
59 changed files with 92 additions and 92 deletions

View File

@@ -26,7 +26,7 @@ For Gaudi:
> [NOTE]
- Be sure to modify HF_TOKEN and other important values in qna_configmap_guadi.yaml and qna_configmap_xeon.yaml
- Be sure to modify HUGGINGFACEHUB_API_TOKEN and other important values in qna_configmap_guadi.yaml and qna_configmap_xeon.yaml
- Be sure the node has path /mnt/models to store all the models
### Deploy

View File

@@ -14,7 +14,7 @@ data:
TGI_LLM_ENDPOINT: "http://tgi-gaudi-svc.default.svc.cluster.local:9009"
REDIS_URL: "redis://redis-vector-db.default.svc.cluster.local:6379"
INDEX_NAME: "rag-redis"
HF_TOKEN: ${HF_TOKEN}
HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
EMBEDDING_SERVICE_HOST_IP: embedding-svc
RETRIEVER_SERVICE_HOST_IP: retriever-svc
RERANK_SERVICE_HOST_IP: reranking-svc

View File

@@ -14,7 +14,7 @@ data:
TGI_LLM_ENDPOINT: "http://tgi-svc.default.svc.cluster.local:9009"
REDIS_URL: "redis://redis-vector-db.default.svc.cluster.local:6379"
INDEX_NAME: "rag-redis"
HF_TOKEN: ${HF_TOKEN}
HUGGINGFACEHUB_API_TOKEN: ${HUGGINGFACEHUB_API_TOKEN}
EMBEDDING_SERVICE_HOST_IP: embedding-svc
RETRIEVER_SERVICE_HOST_IP: retriever-svc
RERANK_SERVICE_HOST_IP: reranking-svc