Skip to content

Commit cf2eb8b

Browse files
author
GitHub CI
committed
AUTO docusaurus 20241125
1 parent 95c11ff commit cf2eb8b

File tree

9 files changed

+14
-24
lines changed

9 files changed

+14
-24
lines changed

.github/workflows/continous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ jobs:
389389

390390
- name: Store coverage reports
391391
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
392-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
392+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
393393
with:
394394
name: ${{ matrix.test }}-coverage
395395
path: |
@@ -540,7 +540,7 @@ jobs:
540540

541541
- name: Store coverage reports
542542
if: needs.changes.outputs.backend == 'true' && matrix.os == 'ubuntu-22.04'
543-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
543+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3
544544
with:
545545
name: ${{ matrix.test }}-coverage
546546
path: |
@@ -567,7 +567,7 @@ jobs:
567567

568568
- name: Get backend coverage reports
569569
if: needs.changes.outputs.backend == 'true'
570-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
570+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 #v4.1.8
571571
with:
572572
path: ${{ github.workspace }}/tests_coverage
573573

create/bin/python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/opt/hostedtoolcache/Python/3.10.13/x64/bin/python
1+
/opt/hostedtoolcache/Python/3.10.15/x64/bin/python

create/pyvenv.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
home = /opt/hostedtoolcache/Python/3.10.13/x64/bin
1+
home = /opt/hostedtoolcache/Python/3.10.15/x64/bin
22
include-system-site-packages = false
3-
version = 3.10.13
3+
version = 3.10.15

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

Lines changed: 1 addition & 1 deletion
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/engine/containers/run/)
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/)
7171
if you want to run the containers as a different user.
7272

7373
:::

docs/docs/llms/llm-intent.mdx

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

1515
<RasaProLabel />
1616

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

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-
:::
19+
<RasaLabsBanner version="3.7.0b1" />
2420

2521
## Key Features
2622

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

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

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

docs/docs/llms/llm-nlg.mdx

Lines changed: 1 addition & 1 deletion
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/chat-completions).
160+
[OpenAI](https://platform.openai.com/docs/guides/text-generation/chat-completions-api).
161161

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

docs/docs/sources/rasa_interactive___help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ options:
3939
--conversation-id CONVERSATION_ID
4040
Specify the id of the conversation the messages are
4141
in. Defaults to a UUID that will be randomly
42-
generated. (default: 9284b5ce99d34c7d8d40fb60e267c7f1)
42+
generated. (default: 2a9e857aa9654935b7c6ca49de565171)
4343
--endpoints ENDPOINTS
4444
Configuration file for the model server and the
4545
connectors as a yml file. (default: endpoints.yml)

docs/docs/sources/rasa_shell___help.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ options:
3030
-h, --help show this help message and exit
3131
--conversation-id CONVERSATION_ID
3232
Set the conversation ID. (default:
33-
f1e5cf4aab0849018e401f39e7a80b7b)
33+
0d991183c16d480790a7faadec9ad22c)
3434
-m MODEL, --model MODEL
3535
Path to a trained Rasa model. If a directory is
3636
specified, it will use the latest model in this

docs/package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,7 @@
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",
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-
118+
"https://docs-test-001.openai.azure.com"
125119
]
126120
}
127121
]

0 commit comments

Comments
 (0)