Skip to content

Commit

Permalink
AUTO docusaurus 20230123
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Jan 23, 2023
1 parent 88f55db commit b507b25
Show file tree
Hide file tree
Showing 11 changed files with 651 additions and 965 deletions.
1 change: 0 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: "2"
exclude_patterns:
- rasa/core/utils.py # codeclimate has some encoding issues with this files because of emojis
- rasa/utils/tensorflow/temp_keras_modules.py # largely copy paste and temporary
- .*
- .github/
- CHANGELOG.mdx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
- test-other-unit-tests
- test-performance
os: [ubuntu-22.04, windows-2019]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- name: Run DataDog Agent
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, windows-2019]
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: [3.7, 3.8, 3.9, "3.10"]

steps:
- name: Run DataDog Agent
Expand Down Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Set up Python 3.10 🐍
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: '3.10'
python-version: "3.10"

- name: Get backend coverage reports
if: needs.changes.outputs.backend == 'true'
Expand Down
2 changes: 1 addition & 1 deletion data/test_restaurantbot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline:
- name: WhitespaceTokenizer
- name: CountVectorsFeaturizer
- name: DIETClassifier
epochs: 9
epochs: 30
random_seed: 2021

policies:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/reference/rasa/utils/tensorflow/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: rasa.utils.tensorflow.models
## RasaModel Objects

```python
class RasaModel(TmpKerasModel)
class RasaModel(Model)
```

Abstract custom Keras model.
Expand Down
267 changes: 0 additions & 267 deletions docs/docs/reference/rasa/utils/tensorflow/temp_keras_modules.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/docs/reference/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,6 @@
"reference/rasa/utils/tensorflow/model_data_utils",
"reference/rasa/utils/tensorflow/models",
"reference/rasa/utils/tensorflow/rasa_layers",
"reference/rasa/utils/tensorflow/temp_keras_modules",
"reference/rasa/utils/tensorflow/transformer"
],
"label": "rasa.utils.tensorflow",
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: 92b9cb64174546448e9fd94029aed2fb)
generated. (default: 0635f03ae349459cbcd391d7f025be5c)
--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:
fbd15e2d77de4ac9ad3b7804434fd9bd)
14b84e820454492881bc024ae0a3f8a6)
-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
Loading

0 comments on commit b507b25

Please sign in to comment.