Skip to content

Commit

Permalink
AUTO docusaurus 20241125
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Nov 25, 2024
1 parent 95c11ff commit cf2eb8b
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ jobs:

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion create/bin/python
4 changes: 2 additions & 2 deletions create/pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
home = /opt/hostedtoolcache/Python/3.10.13/x64/bin
home = /opt/hostedtoolcache/Python/3.10.15/x64/bin

Check warning on line 1 in create/pyvenv.cfg

View workflow job for this annotation

GitHub Actions / Typo CI

hostedtoolcache

"hostedtoolcache" is a typo. Did you mean "schoolteacher"?
include-system-site-packages = false
version = 3.10.13
version = 3.10.15
2 changes: 1 addition & 1 deletion docs/docs/docker/building-in-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The initial project files should all be there, as well as a `models` directory t
:::note
If you run into permission errors, it may be because the `rasa/rasa` images
run as user `1001` as a best practice, to avoid giving the container `root` permissions.
Hence, all files created by these containers will be owned by user `1001`. See the [Docker documentation](https://docs.docker.com/engine/containers/run/)
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/)
if you want to run the containers as a different user.

:::
Expand Down
10 changes: 3 additions & 7 deletions docs/docs/llms/llm-intent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ import LLMIntentClassifierImg from "./llm-IntentClassifier-docs.jpg";

<RasaProLabel />

:::warning
<RasaLabsLabel />

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.

:::
<RasaLabsBanner version="3.7.0b1" />

## Key Features

Expand Down Expand Up @@ -115,7 +111,7 @@ pipeline:

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

If you want to use Azure OpenAI Service, you can configure the necessary
parameters as described in the
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/llms/llm-nlg.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ nlg:

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

If you want to use Azure OpenAI Service, you can configure the necessary
parameters as described in the
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_interactive___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ options:
--conversation-id CONVERSATION_ID
Specify the id of the conversation the messages are
in. Defaults to a UUID that will be randomly
generated. (default: 9284b5ce99d34c7d8d40fb60e267c7f1)
generated. (default: 2a9e857aa9654935b7c6ca49de565171)
--endpoints ENDPOINTS
Configuration file for the model server and the
connectors as a yml file. (default: endpoints.yml)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_shell___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ options:
-h, --help show this help message and exit
--conversation-id CONVERSATION_ID
Set the conversation ID. (default:
f1e5cf4aab0849018e401f39e7a80b7b)
0d991183c16d480790a7faadec9ad22c)
-m MODEL, --model MODEL
Path to a trained Rasa model. If a directory is
specified, it will use the latest model in this
Expand Down
8 changes: 1 addition & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,7 @@
"\\.prototyping\\.rasa\\.com",
"^https://github\\.com/mit-nlp/MITIE/releases/download/v0\\.4/MITIE-models-v0\\.2\\.tar\\.bz2$",
"^https://forum.rasa.com/t/rasa-open-source-2-0-is-out-now-internal-draft/35577$",
"https://docs-test-001.openai.azure.com",
"^https://platform\\.openai\\.com.*",
"^https://westus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0$",
"^https://westcentralus.dev.cognitive.microsoft.com/docs/services/luis-endpoint-api-v3-0/$",
"^https://www.tensorflow.org/api_docs/python/tf/config$",
"^https://www.tensorflow.org/api_docs/python/tf/keras/callbacks/TensorBoard$"

"https://docs-test-001.openai.azure.com"
]
}
]
Expand Down

0 comments on commit cf2eb8b

Please sign in to comment.