Skip to content

Commit

Permalink
AUTO docusaurus 20240219
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Feb 19, 2024
1 parent 7b77baa commit 098df8f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 23 deletions.
14 changes: 0 additions & 14 deletions docs/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . -->

<!-- TOWNCRIER -->

## [3.6.15] - 2023-11-30

Rasa 3.6.15 (2023-11-30)
### Bugfixes
- [#12965](https://github.com/rasahq/rasa/issues/12965): Fixed connection timeout to action server by setting `KEEP_ALIVE_TIMEOUT` to `120`, and reverting changes introduced in [#12886](https://github.com/rasahq/rasa/issues/12886).


## [3.6.14] - 2023-11-17

Rasa 3.6.14 (2023-11-17)
### Bugfixes
- [#12948](https://github.com/rasahq/rasa/issues/12948): Fixed UnexpecTEDIntentlessPolicy training errors that resulted from a change to batching behavior. Changed the batching behavior back to the original for all components. Made the changed batching behavior accessible in DietClassifier using `drop_small_last_batch: True`.


## [3.6.13] - 2023-10-23

Rasa 3.6.13 (2023-10-23)
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: 6d6976f8e6d9476c8dbf11f49003c6d6)
generated. (default: 63ab8cd8e6ad4841815417c30590bf7b)
--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:
9424156d16aa4fd380f1e4b532aaf240)
bf24137dbb4146c68e2c27024795d560)
-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
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ module.exports = {
target: "_self",
label: "Rasa Studio",
position: "left",
href: `${SITE_URL}/docs/studio/`,
href: `${SITE_URL}/docs/rasa-studio/`,
},
{
label: "Rasa Open Source",
Expand Down
6 changes: 0 additions & 6 deletions trivy-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ allow-rules:
- id: docs/docs/deploy/deploy-rasa.mdx
description: Example service account in docs
path: docs/docs/deploy/deploy-rasa.mdx
- id: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx
description: Example service account in docs
path: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx
- id: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx
description: Example service account in docs
path: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx
- id: tests/conftest.py
description: JWT private key used in unit testing
path: tests/conftest.py
Expand Down

0 comments on commit 098df8f

Please sign in to comment.