File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ You don’t need to be an expert at artificial intelligence to create an awesome
1818 - Spacy Word Embeddings
1919 - Intent Recognition (ML)
2020 - Entity Extraction (ML)
21- - One shot NLU using Large Language Models (LLMs)
21+ - Zero shot NLU using Large Language Models (LLMs)
2222- Persistent Memory & Context Management
2323- API request fulfilment
2424- Channel Integrations
Original file line number Diff line number Diff line change @@ -67,6 +67,11 @@ Your order status is {{ result['status'] }}
6767```
6868
6969## Training
70+ Now, let's train the NLU models to understand the user queries. We support two types of NLU pipelines:
71+ - Default NLU pipeline (using traditional ML and NLP algorithms, requires manual training)
72+ - Zero Shot NLU pipeline (using LLMs, no manual training needed)
73+
74+ For this example, we'll use the default NLU pipeline.
7075
7176### 1. Add Training Phrases
7277
You can’t perform that action at this time.
0 commit comments