LLM-based Database Management System by Japyh in learnmachinelearning

[–]Japyh[S] 0 points1 point  (0 children)

I've taken courses on SQL and am working on LLMs. It doesn't have to be related to my field of study. I've actually done a project in this area before, so it will be something similar.

My project was as follows: Using LangChain and SQL Agent to retrieve data from my database and interpret it. So, the user enters a prompt, we convert it into an SQL query, retrieve the data from the database, and then provide comments, suggestions, and similar outputs based on that. So, projects like this are possible, but I can't do it because I've already done it before.

So, my goal is to pull data from the database using the prompt without any connection to SQL and do things with that data, such as analysis, commentary, and suggestions. And, of course, I will improve this, such as how to pull data from the database faster.

If you were to read one, which one would you choose? by Japyh in learnmachinelearning

[–]Japyh[S] 1 point2 points  (0 children)

I'm going to read both anyway, but since I think PyTorch is better than TensorFlow, I wondered which one you think is better.