A chatbot is created to carry out the implementation, the Streamlit framework is used to create a chatbot, where the user makes queries about mathematical problems and the tutor evaluates the problem and responds on the screen with the proposed solution. The LLM of AI71 is used on the Falcon 120B modeld where the user asks questions about math problems, and the tutor responds with the solution to the problem. A chatbot interface is used so that the user interacts with the tutor and formulates their questions through the interface. You can ask any type of complex math problems and the tutor will look for the best answer to the question.
This application provides the user with requested information through a chatbot, regarding industrial Robots. In addition, this application has a Coder agent capable of solving applications in RAPID Code, which is the programming language for industrial Robots. The MindsDB services are used, which allows you to connect to a database hosted on a server, in this case the PostgresSQL database is used. A table is saved in a RobotsDB database with information on the type of Robot, the range, the weight it can lift, in what application it is used, and the price of the Robot. In addition, a coder agent was created, capable of developing RAPID programming code, which corresponds to the Robot programming language, using Pinecone services, as a vector database.