- Add
REACT_APP_CHATBOT_API_URL={{your Haystack REST API server url}}in the.envor 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
/uploadurl and upload your knowledge-base in a .txt format file - Now you can go to
/chatbot-uiand chat with the bot about your knowledge-base.