From fe924a5d04f9204b50d8f1c7fa78c5674bb274b1 Mon Sep 17 00:00:00 2001 From: Maksim Moiseikin Date: Wed, 14 Aug 2024 16:44:02 +0200 Subject: [PATCH] Reflect LLMIntentClassifier removal in docs --- docs/docs/llms/llm-intent.mdx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docs/llms/llm-intent.mdx b/docs/docs/llms/llm-intent.mdx index d51a335559f1..069e7da896a1 100644 --- a/docs/docs/llms/llm-intent.mdx +++ b/docs/docs/llms/llm-intent.mdx @@ -14,9 +14,13 @@ import LLMIntentClassifierImg from "./llm-IntentClassifier-docs.jpg"; - +:::warning - +The experimental `LLMIntentClassifier` described on this page has been removed in Rasa 3.10. Please use the +[Conversational AI with Language Models (CALM)](https://rasa.com/docs/rasa-pro/calm) instead. +CALM is an LLM-native approach to building reliable conversational AI. + +::: ## Key Features