paschmann / rasa-ui

Rasa UI is a frontend for the Rasa Framework
MIT License
957 stars 329 forks source link

how create new agent or fresh new bot ? what and how should be file tree of existing project ? #220

Open azizullah2017 opened 4 years ago

azizullah2017 commented 4 years ago

1- how create new agent or fresh new bot ? I want create a new bot. 2- what and how should be file tree of existing project ? Existing project is showing in ui.

My rasa file tree is rasa-app-data

comands excute: 1- npm start 2- python3 -m rasa_core.run -d models/dialogue -u models/nlu/Auto/Auto --port 5005 --enable_api

I cannot find anybot on ui

paschmann commented 4 years ago

@azizullah2017 - everything is contained in Rasa UI and unlike Rasa or Rasa X, it does not use flat files to store the data.

azizullah2017 commented 4 years ago

@paschmann thanks for the reply. Is there any example I can start with ? I have integrated the ui but it is functioning. I do not know how to integrate this with rasa nlu and core.

kabir-vaidya commented 4 years ago

Having the same doubts. Did you find a solution to this?

titapuspitasari911 commented 4 years ago

hi, @paschmann is there any usermanual/documentation for using rasa-ui after the installation process? when i want to create a new bot, there are 3 form fields that must be filled. Is there an example config format to create new bot? rasa-ui-004-form-new-bot

I really need manual or documentation of rasa-ui, to explore rasa-ui features.