diff --git a/docs/docs/calm.mdx b/docs/docs/calm.mdx index cf8f4ed413ea..f937688e5ca7 100644 --- a/docs/docs/calm.mdx +++ b/docs/docs/calm.mdx @@ -1,22 +1,21 @@ --- id: calm -sidebar_label: CALM -title: CALM -description: CALM is an LLM-native approach to building reliable conversational AI. +sidebar_label: Conversational AI with Language Models +title: Conversational AI with Language Models +description: Conversational AI with Language Models (CALM) is an LLM-native approach to building reliable conversational AI. --- -import useBaseUrl from '@docusaurus/useBaseUrl'; +import useBaseUrl from "@docusaurus/useBaseUrl"; -CALM is an LLM-native approach to building reliable conversational AI. +Conversational AI with Language Models (CALM) is an LLM-native approach to building reliable conversational AI. -If you are familiar with building NLU-based chatbots in Rasa or another platform, +If you are familiar with building NLU-based chatbots in Rasa or another platform, go [here](#calm-compared-to-nlu-based-assistants) to understand how CALM differs. - If you are familiar with building LLM Agents and want to understand how that approach relates to CALM, go [here](#calm-compared-to-llm-agents). -The CALM approach is best described as a set of interacting modules. +The CALM approach is best described as a set of interacting modules.