digiteinfotech / kairon

Conversational AI Platform to build effective Proactive Digital Assistants using Visual LLM Chaining
https://kairon.nimblework.com/bots
Apache License 2.0
248 stars 77 forks source link

missing digite/bot-trainer-ui:0.1 Docker_UI build file #4

Closed dpny518 closed 2 years ago

dpny518 commented 4 years ago

Do you have the Dockerfile for this image digite/bot-trainer-ui:0.1

sfahad1414 commented 4 years ago

Hey Yondu,

Thanks for reaching out, currently this repository is under development, we are yet to upload a UI component. will keep you posted as we progress.

I will keep this issue open till then.

Till then for getting started use the docker-compose.yml in docker folder and follow the below steps.

  1. set env variable server to public IP of the machine where trainer api docker container is running for example: http://localhost:8001/
  2. set env variable SECRET_KEY to some random key. use command openssl rand -hex 32 for generating random secret key
  3. docker-compose up -d to start the container
  4. use username:test@demo.in and password: welcome@1 to try with demo user

Please reach out if you face any issue regarding deployment.

dpny518 commented 4 years ago

the rasa community is excited for your work, there isn't a good system to make stories and update data The ui for their stories here looks good but this git never worked for me

https://github.com/Ezhvsalate/rasa-storyteller
sfahad1414 commented 2 years ago

@yondu22 you can try kairon latest ui on kairon.digite.com