Skip to content

Commit 573e156

Browse files
committed
added note about optional requirements in docs
1 parent d615407 commit 573e156

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/nlu/choosing-a-pipeline.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ but creates a contextual vector representation for the complete sentence. For ex
6565
examples are already very similar, the intent classified for both is highly likely to be the same. This is also useful if you don't have
6666
large enough training data.
6767

68+
.. note::
69+
To use ``pretrained_embeddings_convert`` pipeline, you should install ``tensorflow_text==1.15.1`` and ``tensorflow_hub==0.6.0``. Otherwise, you can also pip install Rasa with ``pip install rasa[convert]``
70+
6871
supervised_embeddings
6972
~~~~~~~~~~~~~~~~~~~~~
7073

docs/nlu/components.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@ ConveRTFeaturizer
286286
.. warning::
287287
Since ``ConveRT`` model is trained only on an english corpus of conversations, this featurizer should only be used if your training data is in english language.
288288

289+
.. note::
290+
To use ``ConveRTFeaturizer`` you should install ``tensorflow_text==1.15.1`` and ``tensorflow_hub==0.6.0``. Otherwise, you can also pip install Rasa with ``pip install rasa[convert]``
291+
289292
:Configuration:
290293

291294
.. code-block:: yaml

0 commit comments

Comments
 (0)