Skip to content

Commit e18ef86

Browse files
committed
update docs
1 parent fb7d6f0 commit e18ef86

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/02-creating-order-status-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)