Hi all,
I am trying a make retrieval based chatbot for technical document so that user can find the relevant information through it.Kindly help me with the implementation part.How to create Knowledge base etc.
Hi all,
I am trying a make retrieval based chatbot for technical document so that user can find the relevant information through it.Kindly help me with the implementation part.How to create Knowledge base etc.
Hi @jaymitgupta ,
Actually, RASA is not a knowledge or QnA bot. It works on Entity-Intent model and as of now, no way to import your complete knowledge resource into it.
Hi Nitin,
Thanks for your response!!! Can we connect some database where we can put technical document and connect rasa to it.
hey! I actually want to create an FAQ based bot for a website. I want to use RASA and connect it to a database of information containing FAQs .Is RASA not a feasible solution if not can you please suggest me a good open source platform to do so
Thanks !
It is possible to build FAQ bot with rasa and connect in with any database.I have build a bot using rasa nlu and connected it with CSV file containing the answer of specific questions with the help of flask framework.So , it is possible it to connect rasa with any database
Thanks for the response ! I am just recently started off with Rasa. If you don’t mind could you please share the code if its available on github? It would be a great reference guide for me. Thank you !