Matchmatic bot
# 🤝help
s
I have a knowledge base that contains some physics and math laws They are in the basic level Like finiding unknown element How can i make my bot understand this or is there another way to make it by chatgpt AI task?
f
Hello Tronic, Let me see if I am understanding your use case correctly. You want your bot to solve mathematical and physics problems for you?
s
Exactly
f
Alright, so first lets take a step back. Knowledge bases are good for learning facts that can be provided back to users in QNA style conversation. Example you KB could have a list of names of formulas and then descriptions of how / when / who created them. So if some asked what is the history of Pythagorean theorem a quick recap of its history and signacance could be provided by the bot. For having the bot have the processing power actually perform a mathematical equation I would recommend looking over the documentation on Deploying OpenAi Assistants https://botpress.com/templates/deploy-openai-assistants
s
so i use this template and provide it with some kb that explains the formula?
f
you could add in a kb that explains the formula. So fi someone asked what formula do you use to calculate velocity it could return V = d/t
or explain in more depth exactly what V d and t are
s
isn't it possible to just add an AI task to my current bot
f
You could add an AI task to your bot to help solve equations... However, test it thoroughly as to make sure it is performing as expected.
s
will try out , thanks for helping me
f
No worries let me know if you run into any issues with this