-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not see any bots #238
Comments
Hi @jwheat - unfortunately this is not the case, your bot and its data need to be created in Rasa UI in order for you to edit and retrain the model for Rasa. Rasa UI does read which model is loaded but this is from the Rasa API. I think this would be a great feature/pull request to essentially "import" the Rasa data into Rasa UI. |
Ahhh, ok, that makes sense. I haven't dug into how it's all setup but may play around to see what could be done with an import of some kind. I have all of my nlu, story, and domain information broken out into multiple files each to keep them organized, so it would have to import a directory of files, or allow you to choose multiples at once. hmmm. I'll create a bot first to get a feel for the UI (I haven't even played with it yet), and then take a look to see how it's built. Hopefully I'll be in touch with a pull request ... or more questions :) |
Sorry to bug you. If I enter stories in the Stories component on the left, should those display under Training on the stories tab? Can I bulk paste my config.yml, nlu.md, stories..md, domain.yml content there? and then train a new model? |
hey @jwheat check this link https://forum.rasa.com/t/regarding-rasa-multibots/27722 hope you will get some clarification |
Describe the bug
I have Rasa UI running (non-docker configuration). In another terminal I have RASA 1.9.6 running. I can see my model, and other configuration data in Rasa UI, but when I click on Bots - there are none listed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I was expecting to see an item to select that represented the Rasa bot I have already setup and configured ouside of Rasa UI. Since the Dashboard can properly display my model, I presume it can also access my bot's domain, stories, etc.
Screenshots
Installation Type (please complete the following information):
Source Code Install - had no problems getting it running. I changed the
rasa_endoint
inpackage.json
tohttp://localhost:5005
The text was updated successfully, but these errors were encountered: