RasaHQ / helm-charts

Helm charts for Rasa products
https://rasa.com
Apache License 2.0
32 stars 29 forks source link

Can't train an inital model with files downloaded from github #86

Open Mamadou-ly-artp opened 2 years ago

Mamadou-ly-artp commented 2 years ago

Hello , I am trying to deploy using helm and i want an inital model to be trained. i have downloaded my bot files and placed it into a directory under "app" name with the rasa-values.yml . i saw on the documentation that we can download and train an initial model here is my configuration

initContainers:

-- Specify additional volumes to mount in the rasa-oss container

Ref: https://kubernetes.io/docs/concepts/storage/volumes/

volumes:

-- Specify additional volumes to mount in the rasa-oss container

volumeMounts:

could you help me please ? the model is not trained despite i can reach my bot and i think its the starting project of rasa that is loaded (tested with curl)

am not using rasa x yet (they said it will be remove so..)