I am trying to create a rasa chat bot i referred the following link to create a chat bot Rasa X installation i tried in windows system and installation completed and working good then a tried the same in Linux(ububdu) server. but its not working properly.. first it shows issue with tensor flow an i changed its version and installed after installation , i tried to execute the command
'rasa init --no-prompt'
and showing the error
'rasa init --no-prompt Illegal instruction (core dumped)'
Here i want some clarification based on this
i am using python 3.6.8
What are the Hardware and OS specification for using this in both Linux(Ubuntu) and windows server
after using the command 'rasa run' its running on localhost:5005 , How can i change it to another ip
is it possible to get the response from another resource ?
and how can i implement this ?
eg : input given as who is the founder of Infosys Company ? , then i want to find the response from google , from the website of infosys (like the general question like who is Indian prime minister , what is current data and time.. etc) how can i do this ?
Is it possible to use Postgresql for database