Skip to content

Commit 087a02b

Browse files
Merge pull request #4392 from ovh/YC-Fixes-230323
AI & Machine Learning - Rasa Tutorials - Fixes and improvements
2 parents 3119289 + de5ec01 commit 087a02b

File tree

15 files changed

+44
-58
lines changed

15 files changed

+44
-58
lines changed

pages/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@
769769
+ [AI Training - Tutorial - Connect to VSCode via remote](platform/ai/training_tuto_04_vscode_remote)
770770
+ [AI Training - Tutorial - Use tensorboard inside a job](platform/ai/training_tuto_05_tensorboard)
771771
+ [AI Training - Tutorial - Compare models with W&B for audio classification task](platform/ai/training_tuto_06_models_comparaison_weights_and_biases)
772-
+ [AI Training - Tutorial - Train a rasa chatbot with docker and AI Training](platform/ai/training_tuto_07_train_rasa_chatbot)
772+
+ [AI Training - Tutorial - Train a Rasa chatbot with Docker and AI Training](platform/ai/training_tuto_07_train_rasa_chatbot)
773773
+ [AI Deploy](public-cloud-ai-and-machine-learning-ai-deploy)
774774
+ [Guides](public-cloud-ai-and-machine-learning-ai-deploy-guides)
775775
+ [AI Deploy - Capabilities and limitations](platform/ai/deploy_guide_01_capabilities)
@@ -789,7 +789,7 @@
789789
+ [AI Deploy - Tutorial - Deploy and call a spam classifier with FastAPI](platform/ai/deploy_tuto_08_fastapi_spam_classifier)
790790
+ [AI Deploy - Tutorial - Create and deploy a Speech to Text application using Streamlit](platform/ai/deploy_tuto_09_streamlit_speech_to_text_app)
791791
+ [AI Deploy - Tutorial - How to load test your application with Locust](platform/ai/deploy_tuto_10_locust)
792-
+ [AI Deploy - Tutorial - Deploy a rasa chatbot with a simple flask app](platform/ai/deploy_tuto_11_rasa_chatbot_flask)
792+
+ [AI Deploy - Tutorial - Deploy a Rasa chatbot with a simple Flask app](platform/ai/deploy_tuto_11_rasa_chatbot_flask)
793793
+ [Data Analytics](public-cloud-data-analytics)
794794
+ [Data Processing](public-cloud-data-analytics-data-processing)
795795
+ [Concepts](public-cloud-data-analytics-data-processing-concepts)

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.de-de.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
routes:
109
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/notebooks/create-rasa-chatbot/'
@@ -14,7 +13,7 @@ routes:
1413

1514
## Objective
1615

17-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/de/publiccloud/ai/training/train-rasa-chatbot/).
16+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/de/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1817

1918
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
2019

@@ -41,7 +40,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
4140

4241
The token is now created. Don't forget to save the token to use it later.
4342

44-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/de/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
43+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/de/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4544

4645
### Understand storage concepts
4746

@@ -119,7 +118,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
119118

120119
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
121120

122-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/de/publiccloud/ai/training/train-rasa-chatbot/)
121+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/de/publiccloud/ai/training/tuto-train-rasa-chatbot/)
123122

124123
## Feedback
125124

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-asia.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/asia/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/asia/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/asia/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/asia/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/asia/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/asia/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-au.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/au/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/au/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/au/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/au/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/au/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/au/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-ca.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/ca/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/ca/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/ca/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/ca/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/ca/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/ca/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-ie.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/ie/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/ie/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/ie/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/ie/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/ie/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/ie/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-sg.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/sg/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/sg/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/sg/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/sg/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/sg/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/sg/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

pages/platform/ai/notebook_tuto_10_create_chatbot/guide.en-us.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ slug: notebooks/create-rasa-chatbot
44
excerpt: Understand how to create and train a chatbot with AI Notebooks
55
section: AI Notebooks - Tutorials
66
order: 10
7-
hidden: true
87
updated: 2023-03-20
98
---
109

1110
**Last updated 20th March, 2023.**
1211

1312
## Objective
1413

15-
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/us/en/publiccloud/ai/training/train-rasa-chatbot/).
14+
The aim of the tutorial is to understand how to create and train a chatbot model with AI Notebooks. We will create and train the chatbot with a Visual Studio Code notebook. At the end of the tutorial, we will have a model and we can speak to our chatbot. There is an another tutorial with which you can train your chatbot with the tool `AI Training`: [How to train a chatbot with AI Training](https://docs.ovh.com/us/en/publiccloud/ai/training/tuto-train-rasa-chatbot/).
1615

1716
We will use the famous open source framework [Rasa](https://rasa.community/) to build the chatbot.
1817

@@ -39,7 +38,7 @@ Here is the reference to install the CLI: [CLI Installation](https://docs.ovh.co
3938

4039
The token is now created. Don't forget to save the token to use it later.
4140

42-
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/us/en/publiccloud/ai/training/train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
41+
Now, if you already have trained some Rasa models with AI Training by following [our tutorial](https://docs.ovh.com/us/en/publiccloud/ai/training/tuto-train-rasa-chatbot/), you already have created a container with your trained models. You can skip the next part and go directly [here](#visualstudiocode).
4342

4443
### Understand storage concepts
4544

@@ -117,7 +116,7 @@ If you want to deploy your created model with the chatbot, you can follow this t
117116

118117
If you want to train a Rasa chatbot with the tool AI Training, please refer to this tutorial:
119118

120-
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/us/en/publiccloud/ai/training/train-rasa-chatbot/)
119+
[How to train a chatbot with docker and AI Training](https://docs.ovh.com/us/en/publiccloud/ai/training/tuto-train-rasa-chatbot/)
121120

122121
## Feedback
123122

0 commit comments

Comments
 (0)