Deploy dataprep microservice on Kubernetes cluster

Table of contents

  1. Deploy on Kubernetes with redis VectorDB

  2. Deploy on Kubernetes with milvus VectorDB

Deploy on Kubernetes with redis VectorDB

export HFTOKEN="insert-your-huggingface-token-here"
helm install data-prep oci://ghcr.io/opea-project/charts/data-prep --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f redis-values.yaml

Deploy on Kubernetes with milvus VectorDB

export HFTOKEN="insert-your-huggingface-token-here"
helm install data-prep oci://ghcr.io/opea-project/charts/data-prep --set global.HUGGINGFACEHUB_API_TOKEN=${HFTOKEN} -f milvus-values.yaml