Before proceeding, make sure you have the latest version of docker and docker-compose installed.
We recommend a version equal to or higher than the following.
$ docker --version
Docker version 20.10.10, build b485636
$ docker compose version
Docker Compose version v2.14.1
Get the service up and running.
docker-compose up -d
To access the admin panel, open http://
Before proceeding, make sure you have access to a Kubernetes cluster and latest version of helm installed.
Get the service up and running.
helm dep update helm/ai-chatbot-framework
helm upgrade --install --create-namespace -n ai-chatbot-framework ai-chatbot-framework helm/ai-chatbot-framework
To access the admin panel, open http://
port forward to local (optional)
kubectl port-forward --namespace=ai-chatbot-framework service/ingress-nginx-controller 8080:80