I need some help i want to build a chatbot that...
# 06-technical-discussion
d
I need some help i want to build a chatbot that can read and write to a database. The chatbot should prompt users for information to fill the database and then use write functions to add that information to the database. I am looking for guidance on how to develop this project. Can anyone help me?"
m
Hey Dheemanth, I think what you need is text2sql https://github.com/eosphoros-ai/Awesome-Text2SQL It’s useful for querying data from prompt as it says text-to-sql but what you’re looking for is more like a function call for changing the database, base on the input and AI.
d
Thanks @Mert Bozkır we are now doing this with function calling
🙌 1
🔥 1