Rasa has many GBs of dependencies. However, I only want to work with Rasa NLU (not core or X). Am I able to only download Rasa NLU without those other dependencies? How would I be able to see which are necessary and which aren’t?
hi @sum1l0st ! The biggest dependencies are related to the ML algorithms (so tensorflow and other computational libraries), so you definitely need those. The optional dependencies are for if you want to use specific pipelines components like spaCy. If you download a large spaCy language model indeed that can get big, but that’s all related to NLU