If am building a healthcare chatbot from scratch which pipeline is better to use?

if am building a healthcare chatbot from scratch which pipeline is better to use??

Depending on your use case, I’d recommend using a clinical language model, e.g. Bio/Clinical-BERT. You’d need to include this model in a custom component as it doesn’t seem that Rasa currently supports models from the Hugging Face community model repository.

Here are some resources for how to get started there:

Okay thanks I will try…but from rasa pipeline which one is better to use since am creating training data from scratch

Can you share more about your use case?

@kearnsw Well…here is the scenario… The chatbot am trying to build is a healthcare chatbot 1-where it can diagnose some common known such as cold,headache,flu , fever and so on 2-a chatbot that can schedule appointment with a doctor 3-store patient information 4-give some insurance advice 5-give some drug or medication description And so on …this are what I wanted to do and am starting it from scratch