Best Way to Deploy NLU Only Model

Hi!

I want to deploy a single NLU model. I am only using the NLU and not the core. What would be the best way to deploy that? I have seen the following cli command in the docs: rasa run --enable-api -m models/nlu-20190515-144445.tar.gz

Would I use this in a Dockerfile? Sorry if this is a very basic queston!

Thanks!

Hi! Yes, you can use Docker. You’re looking to enable the http API, and then you can hit the parse endpoint (see here)

Great thank you!

1 Like

No problem! :slight_smile: