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
- Host: GitHub
- URL: https://github.com/hsm207/rasa_haystack
- Owner: hsm207
- License: gpl-3.0
- Created: 2021-09-14T18:56:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T13:07:59.000Z (over 3 years ago)
- Last Synced: 2025-03-08T18:52:27.020Z (7 months ago)
- Topics: chatbot, conversational-ai, haystack, rasa
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
# Usage1. 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