Which way of storing a medication and thier description is better ,so that a user get description of the medication in a chatbot?

which way of storing a medication and thier description is better ,so that a user get description of the medication in a chatbot ?

A form with the from_text slot mapping is great for collecting open-ended input like descriptions.

Thanks @erohmensing…here spacy it is not detecting the name…it will just map the name with the other entities.see the picture:

The best way to store medication information for a chatbot is to have a database of medications with detailed descriptions of their uses, dosages, side effects, and other relevant information. My friend works at ibgportland.com, and they use such a strategy. This allows the chatbot to easily pull up the information that a user needs and provide them with accurate and up-to-date information. Additionally, it might be helpful to include images of the medications and their packaging to help users identify them more easily.