- Add
REACT_APP_CHATBOT_API_URL={{your Haystack REST API server url}}
in the.env
or environment variable. (See.env.example
.) - Make sure your Haystack REST API server is running on the same url.
- Install dependencies:
npm install
- Run the application:
npm start
- Go to
/upload
url and upload your knowledge-base in a .txt format file - Now you can go to
/chatbot-ui
and chat with the bot about your knowledge-base.