Skip to content

Commit

Permalink
Merge pull request RasaHQ#1731 from careless25/update-persist-doc
Browse files Browse the repository at this point in the history
Update Cloud Storage Docs
  • Loading branch information
wochinge authored Mar 1, 2019
2 parents e683cf7 + b43b816 commit 71a0fe2
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 71a0fe2

Please sign in to comment.