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
-- Specify additional volumes to mount in the rasa-oss container
volumeMounts:
name: models
mountPath: /app
readOnly: true
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..)
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:
readOnly: true
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..)