RASA ( Adding Python Packages to pipeline)

How to add python packages like roBERTa and other embedding models , where we can do a pip install package.

After doing a pip install how to use that as a component in RASA pipeline- just like spacy tokenizer ( I am not asking about creating a custom component where there is a template defined).

Thanks

Hello Sandeep,

Sorry for the late reply but I think this section of the docs might help shed some light on this, Custom NLU Components.

We also have a nice blog post as well at Enhancing Rasa NLU models with Custom Components