An open API service indexing awesome lists of open source software.

https://github.com/hsm207/rasa_haystack

Using haystack and rasa to build an FAQ bot
https://github.com/hsm207/rasa_haystack

chatbot conversational-ai haystack rasa

Last synced: 3 months ago
JSON representation

Using haystack and rasa to build an FAQ bot

Awesome Lists containing this project

README

          

# Introduction

This repository contains code to acompany my [The Fastest Way To Create An FAQ Bot In Rasa](https://pub.towardsai.net/the-fastest-way-to-build-an-faq-bot-in-rasa-90b705a21f5e) blog post on Medium

# Prerequisites
1. Docker
2. Docker compose
3. make
4. awk
# Usage

1. Clone this repo
2. Run `make build-haystack`
3. Run `make build-solution`
4. Run `make train-bot`
5. Run `make run-bot`
6. Open [bot_ui.html](bot_ui.html) to talk to the bot
7. Run `make clean` to cleanup