You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you install Rasa, the dependencies for the ``supervised_embeddings`` - TensorFlow
220
+
When you install Rasa Open Source, the dependencies for the ``supervised_embeddings`` - TensorFlow
209
221
and sklearn_crfsuite get automatically installed. However, spaCy and MITIE need to be separately installed if you want to use pipelines containing components from those libraries.
210
222
211
223
.. admonition:: Just give me everything!
@@ -235,9 +247,9 @@ You can install it with the following commands:
235
247
$ python -m spacy download en_core_web_md
236
248
$ python -m spacy link en_core_web_md en
237
249
238
-
This will install Rasa NLU as well as spacy and its language model
250
+
This will install Rasa Open Source as well as spaCy and its language model
239
251
for the English language. We recommend using at least the
240
-
"medium" sized models (``_md``) instead of the spacy's
252
+
"medium" sized models (``_md``) instead of the spaCy's
241
253
default small ``en_core_web_sm`` model. Small models require less
242
254
memory to run, but will somewhat reduce intent classification performance.
0 commit comments