Skip to content

Commit

Permalink
Merge branch 'master' into add-general-dimension-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricedoepke authored Mar 1, 2019
2 parents 0d769d7 + 71a0fe2 commit 51ebb2e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/persist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,13 @@ Rasa NLU supports using `S3 <https://aws.amazon.com/s3/>`_ and

If there is no container with the name ``AZURE_CONTAINER`` Rasa will create it.

Models are gzipped before saving to cloud.
Models are gzipped before they are saved in the cloud. The gzipped file naming convention
is `{PROJECT}___{MODEL_NAME}.tar.gz` and it is stored in the root folder of the storage service.
Currently, you are not able to manually specify the path on the cloud storage.

If storing trained models, Rasa NLU will gzip the new model and upload it to the container. If retrieving/loading models
from the cloud storage, Rasa NLU will download the gzipped model locally and extract the contents to the location
specified by the `--path` flag.


.. include:: feedback.inc

0 comments on commit 51ebb2e

Please sign in to comment.