Please tell how to add file upload feature in rasa chatbot, I’m using rasa webchat- UI library?
I’m not aware of any of the rasa chat widgets that support upload. You would need to add this to one of them.
Please see this post. You’ll need to choose and manage the storage location for the file. This would be part of your widget and Rasa wouldn’t be directly involved. You would inform the bot that the upload has completed by setting a slot.
I have seen that post but still, I wanted to know a clear explanation of how can we create a file upload button option, is it done through editing js file or is there any in built plugin option to be written in config.yml:- rasa webchat: plugins:
- rasa-webchat-file-upload
Any update on how can we add an file upload feature in rasa webchat?
You should consult a Javascript developer to help you.
So its possible to integrate image upload feature through javascript. Can you please give more insights on image upload as far as you know? Will be a great help…
I don’t have anything to add beyond the link I provided in my first response.