Deploy RedisDB on kubernetes cluster¶
You should have Helm (version >= 3.15) installed. Refer to the Helm Installation Guide for more information.
For more deployment options, refer to helm charts README.
Deploy on Xeon¶
export HFTOKEN="insert-your-huggingface-token-here"
helm install redis-vector-db oci://ghcr.io/opea-project/charts/redis-vector-db --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml