Skip to content

Commit

Permalink
Merge branch 'add-general-dimension-filter' of https://github.com/mau…
Browse files Browse the repository at this point in the history
…ricedoepke/rasa_nlu into add-general-dimension-filter
  • Loading branch information
mauricedoepke committed Mar 1, 2019
2 parents e5e59fa + 51ebb2e commit 538b73c
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 538b73c

Please sign in to comment.