Update README.md
Browse files
README.md
CHANGED
@@ -9,21 +9,19 @@
|
|
9 |
</a>
|
10 |
</p>
|
11 |
|
12 |
-
# Readme
|
13 |
-
|
14 |
The source code in this repository shows a simple Rasa chatbot fallback
|
15 |
mechanism, which gets relevant information from ZIR Semantic Search.
|
16 |
|
17 |
# Table of contents
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
|
28 |
## Rasa Bot & Zir
|
29 |
|
|
|
9 |
</a>
|
10 |
</p>
|
11 |
|
|
|
|
|
12 |
The source code in this repository shows a simple Rasa chatbot fallback
|
13 |
mechanism, which gets relevant information from ZIR Semantic Search.
|
14 |
|
15 |
# Table of contents
|
16 |
|
17 |
+
* [Rasa Bot & Zir](#rasa-bot---zir)
|
18 |
+
* [Setup & Play](#setup---play)
|
19 |
+
+ [Set-up Rasa](#set-up-rasa)
|
20 |
+
+ [Set-up repo](#set-up-repo)
|
21 |
+
+ [Running the demo](#running-the-demo)
|
22 |
+
* [Customizing the bot](#customizing-the-bot)
|
23 |
+
+ [Data](#data)
|
24 |
+
* [Rasa Custom Action](#rasa-custom-action)
|
25 |
|
26 |
## Rasa Bot & Zir
|
27 |
|