Skip to content

Commit d2fa5c4

Browse files
committed
Reflect LLMIntentClassifier removal in docs
1 parent 3682ff9 commit d2fa5c4

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

docs/docs/docker/building-in-docker.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t
6767
:::note
6868
If you run into permission errors, it may be because the `rasa/rasa` images
6969
run as user `1001` as a best practice, to avoid giving the container `root` permissions.
70-
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/edge/engine/reference/commandline/run/)
70+
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/engine/containers/run/)
7171
if you want to run the containers as a different user.
7272

7373
:::

docs/docs/llms/llm-intent.mdx

+7-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,13 @@ import LLMIntentClassifierImg from "./llm-IntentClassifier-docs.jpg";
1414

1515
<RasaProLabel />
1616

17-
<RasaLabsLabel />
17+
:::warning
1818

19-
<RasaLabsBanner version="3.7.0b1" />
19+
The experimental `LLMIntentClassifier` described on this page has been removed in Rasa 3.10. Please use the
20+
[Conversational AI with Language Models (CALM)](https://rasa.com/docs/rasa-pro/calm) instead.
21+
CALM is an LLM-native approach to building reliable conversational AI.
22+
23+
:::
2024

2125
## Key Features
2226

@@ -111,7 +115,7 @@ pipeline:
111115

112116
Defaults to `text-davinci-003`. The model name needs to be set to a generative
113117
model using the completions API of
114-
[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api).
118+
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).
115119

116120
If you want to use Azure OpenAI Service, you can configure the necessary
117121
parameters as described in the

docs/docs/llms/llm-nlg.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ nlg:
157157

158158
Defaults to `text-davinci-003`. The model name needs to be set to a generative
159159
model using the completions API of
160-
[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api).
160+
[OpenAI](https://platform.openai.com/docs/guides/chat-completions).
161161

162162
If you want to use Azure OpenAI Service, you can configure the necessary
163163
parameters as described in the

docs/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,13 @@
115115
"\\.prototyping\\.rasa\\.com",
116116
"^https://github\\.com/mit-nlp/MITIE/releases/download/v0\\.4/MITIE-models-v0\\.2\\.tar\\.bz2$",
117117
"^https://forum.rasa.com/t/rasa-open-source-2-0-is-out-now-internal-draft/35577$",
118-
"https://docs-test-001.openai.azure.com"
118+
"https://docs-test-001.openai.azure.com",
119+
"^https://platform\\.openai\\.com.*",
120+
"^https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$",
121+
"^https://westcentralus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0/$",
122+
"^https://www.tensorflow.org/api_docs/python/tf/config$",
123+
"^https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/TensorBoard$"
124+
119125
]
120126
}
121127
]

0 commit comments

Comments
 (0)