SQL-Agent
#2530
Replies: 1 comment 1 reply
-
|
Hi @jeevaarul I'm looking to improve our SQL tools and then build an example with this kind of agent setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a database with over 40 tables, but the table and column names are not meaningful names and a large data size, here’s how to handle the SQL agent flow. My requirement is to perform NPL (Natural Language Processing) to SQL conversions. The end user asks simple questions in English, and the system should create an SQL query based on the table names and column names in the database, which is MSSQL.
My current approach involves using the SQL agent with Langraph. This tool extracts the table names and database metadata given the context, but the generated query isn’t always accurate.
Beta Was this translation helpful? Give feedback.
All reactions