Hello, How can I add tensorflow-text as a dependency on my rasa-x installation. Would like to be able to use ConveRTTokenizer and ConveRTFeaturizer in my pipeline
Hey @ThePhiri
tensorflow-text
is a dependency for Rasa Open Source rather than Rasa X.
If you’re running RasaX with our docker images, then you probably already have a container with Rasa Open Source with tensorflow-text
inside it!
If you’re using Rasa Open Source locally (or building container on your own), then make sure to run:
pip install rasa[convert]
…as mentioned in the docs.
I realised that after deploying on aws. Thanks for the response