- You should have Helm (version >= 3.15) installed. Refer to the Helm Installation Guide for more information.
- For more deploy options, refer to helm charts README.
export HFTOKEN="insert-your-huggingface-token-here"
helm install faqgen oci://ghcr.io/opea-project/charts/faqgen --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f cpu-values.yaml
export HFTOKEN="insert-your-huggingface-token-here"
helm install faqgen oci://ghcr.io/opea-project/charts/faqgen --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f gaudi-values.yaml